#470473

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

Shades of Indigo #470473

Tints of Indigo #470473

Color information

#470473 (or 0x470473) is unknown color: approx Indigo. HEX triplet: 47, 04 and 73. RGB value is (71,4,115). Sum of RGB (Red+Green+Blue) = 71+4+115=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #470473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470473 is #B8FB8C. Grayscale: #242424. Windows color (decimal): -12123021 or 7537735. OLE color: 7537735.

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

Color convert

RGB714115-
CMYK0.380.9700.55
HSL276.22º93.28%23.33%-
HSV(B)276.22º96.52%45.1%-
XYZ5.742.6616.43-
YUV36.69172.2152.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.37%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=37.37%
G=2.11%
B=60.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7141150.380.9700.55276.2293.2823.33
Hex4747326610371145d17
Octal10741634614106742413527
Binary1000111100111001110011011000010110111100010100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470473; }

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

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

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

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

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

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

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

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