#46057B

Color #46057B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #46057B

Tints of Indigo #46057B

Color information

#46057B (or 0x46057B) is unknown color: approx Indigo. HEX triplet: 46, 05 and 7B. RGB value is (70,5,123). Sum of RGB (Red+Green+Blue) = 70+5+123=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #46057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46057B is #B9FA84. Grayscale: #252525. Windows color (decimal): -12188293 or 8062278. OLE color: 8062278.

HSL color Cylindrical-coordinate representation of color #46057B: hue angle of 273.05º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46057B is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB705123-
CMYK0.430.9600.52
HSL273.05º92.19%25.1%-
HSV(B)273.05º95.93%48.24%-
XYZ6.162.8418.96-
YUV37.89176.03150.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 123 (48.44% from 255) = 62.12%
R=35.35%
G=2.53%
B=62.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7051230.430.9600.52273.0592.1925.1
Hex4657B2B600341115c19
Octal10651735314006442113431
Binary1000110101111101110101111000000110100100010001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46057B; }

 p { color: rgb(70,5,123); }

 H1.HeaderClassName
 {
   color: #46057B;
 }
 .AnyTagClassName
 {
   color: #46057B;
 }
</style>
background-color css

<style>
 a { background-color: #46057B; }

 a { background-color: rgb(70,5,123); }

 div.DivClassName
 {
   background-color: #46057B;
 }
 .BgClassName
 {
   background-color: #46057B;
 }
</style>
border-color css

<style>
 span { border-color: #46057B; }

 span { border-color: rgb(70,5,123); }

 td.TdClassName
 {
   border-color: #46057B;
 }
 .TagClassName
 {
   border-color: #46057B;
 }
</style>