#470462

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

Shades of Indigo #470462

Tints of Indigo #470462

Color information

#470462 (or 0x470462) is unknown color: approx Indigo. HEX triplet: 47, 04 and 62. RGB value is (71,4,98). Sum of RGB (Red+Green+Blue) = 71+4+98=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #470462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470462 is #B8FB9D. Grayscale: #222222. Windows color (decimal): -12123038 or 6423623. OLE color: 6423623.

HSL color Cylindrical-coordinate representation of color #470462: hue angle of 282.77º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470462 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB71498-
CMYK0.280.9600.62
HSL282.77º92.16%20%-
HSV(B)282.77º95.92%38.43%-
XYZ4.852.3111.75-
YUV34.75163.7153.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=41.04%
G=2.31%
B=56.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal714980.280.9600.62282.7792.1620
Hex474621C6003E11b5c14
Octal10741423414007643313424
Binary100011110011000101110011000000111110100011011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470462; }

 p { color: rgb(71,4,98); }

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

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

 a { background-color: rgb(71,4,98); }

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

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

 span { border-color: rgb(71,4,98); }

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