#474167

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

Shades of Meteorite #474167

Tints of Meteorite #474167

Color information

#474167 (or 0x474167) is unknown color: approx Meteorite. HEX triplet: 47, 41 and 67. RGB value is (71,65,103). Sum of RGB (Red+Green+Blue) = 71+65+103=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #474167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474167 is #B8BE98. Grayscale: #464646. Windows color (decimal): -12107417 or 6766919. OLE color: 6766919.

HSL color Cylindrical-coordinate representation of color #474167: hue angle of 249.47º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474167 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7165103-
CMYK0.310.3700.60
HSL249.47º22.62%32.94%-
HSV(B)249.47º36.89%40.39%-
XYZ6.946.113.64-
YUV71.13145.99127.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=29.71%
G=27.20%
B=43.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71651030.310.3700.60249.4722.6232.94
Hex4741671F2503Cf91721
Octal10710114737450743712741
Binary1000111100000111001111111110010101111001111100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474167; }

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

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

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

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

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

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

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

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