#460472

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

Shades of Indigo #460472

Tints of Indigo #460472

Color information

#460472 (or 0x460472) is unknown color: approx Indigo. HEX triplet: 46, 04 and 72. RGB value is (70,4,114). Sum of RGB (Red+Green+Blue) = 70+4+114=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #460472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460472 is #B9FB8D. Grayscale: #232323. Windows color (decimal): -12188558 or 7472198. OLE color: 7472198.

HSL color Cylindrical-coordinate representation of color #460472: hue angle of 276º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460472 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB704114-
CMYK0.390.9600.55
HSL276º93.22%23.14%-
HSV(B)276º96.49%44.71%-
XYZ5.612.616.13-
YUV36.27171.87152.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=37.23%
G=2.13%
B=60.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7041140.390.9600.5527693.2223.14
Hex4647227600371145d17
Octal10641624714006742413527
Binary1000110100111001010011111000000110111100010100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460472; }

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

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

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

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

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

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

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

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