#470466

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

Shades of Indigo #470466

Tints of Indigo #470466

Color information

#470466 (or 0x470466) is unknown color: approx Indigo. HEX triplet: 47, 04 and 66. RGB value is (71,4,102). Sum of RGB (Red+Green+Blue) = 71+4+102=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #470466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470466 is #B8FB99. Grayscale: #222222. Windows color (decimal): -12123034 or 6685767. OLE color: 6685767.

HSL color Cylindrical-coordinate representation of color #470466: hue angle of 281.02º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470466 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB714102-
CMYK0.300.9600.6
HSL281.02º92.45%20.78%-
HSV(B)281.02º96.08%40%-
XYZ5.042.3912.77-
YUV35.2165.7153.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 102 (40.23% from 255) = 57.63%
R=40.11%
G=2.26%
B=57.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7141020.300.9600.6281.0292.4520.78
Hex474661E6003C1195c15
Octal10741463614007443113425
Binary100011110011001101111011000000111100100011001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470466; }

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

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

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

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

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

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

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

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