#474165

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

Shades of Meteorite #474165

Tints of Meteorite #474165

Color information

#474165 (or 0x474165) is unknown color: approx Meteorite. HEX triplet: 47, 41 and 65. RGB value is (71,65,101). Sum of RGB (Red+Green+Blue) = 71+65+101=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #474165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474165 is #B8BE9A. Grayscale: #464646. Windows color (decimal): -12107419 or 6635847. OLE color: 6635847.

HSL color Cylindrical-coordinate representation of color #474165: hue angle of 250º 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 #474165 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7165101-
CMYK0.300.3600.60
HSL250º21.69%32.55%-
HSV(B)250º35.64%39.61%-
XYZ6.846.0613.12-
YUV70.9144.99128.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=29.96%
G=27.43%
B=42.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71651010.300.3600.6025021.6932.55
Hex4741651E2403Cfa1621
Octal10710114536440743722641
Binary1000111100000111001011111010010001111001111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474165; }

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

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

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

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

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

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

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

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