#46046B

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

Shades of Indigo #46046B

Tints of Indigo #46046B

Color information

#46046B (or 0x46046B) is unknown color: approx Indigo. HEX triplet: 46, 04 and 6B. RGB value is (70,4,107). Sum of RGB (Red+Green+Blue) = 70+4+107=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #46046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46046B is #B9FB94. Grayscale: #232323. Windows color (decimal): -12188565 or 7013446. OLE color: 7013446.

HSL color Cylindrical-coordinate representation of color #46046B: hue angle of 278.45º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #46046B is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB704107-
CMYK0.350.9600.58
HSL278.45º92.79%21.76%-
HSV(B)278.45º96.26%41.96%-
XYZ5.222.4514.11-
YUV35.48168.37152.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 107 (42.19% from 255) = 59.12%
R=38.67%
G=2.21%
B=59.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7041070.350.9600.58278.4592.7921.76
Hex4646B236003A1165d16
Octal10641534314007242613526
Binary1000110100110101110001111000000111010100010110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,4,107); }

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

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

 a { background-color: rgb(70,4,107); }

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

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

 span { border-color: rgb(70,4,107); }

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