#474166

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

Shades of Meteorite #474166

Tints of Meteorite #474166

Color information

#474166 (or 0x474166) is unknown color: approx Meteorite. HEX triplet: 47, 41 and 66. RGB value is (71,65,102). Sum of RGB (Red+Green+Blue) = 71+65+102=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #474166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474166 is #B8BE99. Grayscale: #464646. Windows color (decimal): -12107418 or 6701383. OLE color: 6701383.

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

Color convert

RGB7165102-
CMYK0.300.3600.6
HSL249.73º22.16%32.75%-
HSV(B)249.73º36.27%40%-
XYZ6.896.0813.38-
YUV71.01145.49127.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=29.83%
G=27.31%
B=42.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71651020.300.3600.6249.7322.1632.75
Hex4741661E2403Cfa1621
Octal10710114636440743722641
Binary1000111100000111001101111010010001111001111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474166; }

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

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

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

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

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

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

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

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