#46006E

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

Shades of Indigo #46006E

Tints of Indigo #46006E

Color information

#46006E (or 0x46006E) is unknown color: approx Indigo. HEX triplet: 46, 00 and 6E. RGB value is (70,0,110). Sum of RGB (Red+Green+Blue) = 70+0+110=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 110 (43.36% from 255 or 61.11% from 180); Max value from RGB is 110 - color contains mainly: blue. Hex color #46006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46006E is #B9FF91. Grayscale: #212121. Windows color (decimal): -12189586 or 7209030. OLE color: 7209030.

HSL color Cylindrical-coordinate representation of color #46006E: hue angle of 278.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46006E is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB700110-
CMYK0.36100.57
HSL278.18º100%21.57%-
HSV(B)278.18º100%43.14%-
XYZ5.342.4314.94-
YUV33.47171.19154.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 61.11%
R=38.89%
G=0%
B=61.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7001100.36100.57278.1810021.57
Hex4606E24640391166416
Octal10601564414407142614426
Binary10001100110111010010011001000111001100010110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46006E; }

 p { color: rgb(70,0,110); }

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

<style>
 a { background-color: #46006E; }

 a { background-color: rgb(70,0,110); }

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

<style>
 span { border-color: #46006E; }

 span { border-color: rgb(70,0,110); }

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