#474060

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

Shades of Meteorite #474060

Tints of Meteorite #474060

Color information

#474060 (or 0x474060) is unknown color: approx Meteorite. HEX triplet: 47, 40 and 60. RGB value is (71,64,96). Sum of RGB (Red+Green+Blue) = 71+64+96=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #474060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474060 is #B8BF9F. Grayscale: #454545. Windows color (decimal): -12107680 or 6307911. OLE color: 6307911.

HSL color Cylindrical-coordinate representation of color #474060: hue angle of 253.12º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #474060 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB716496-
CMYK0.260.3300.62
HSL253.12º20%31.37%-
HSV(B)253.12º33.33%37.65%-
XYZ6.545.8511.85-
YUV69.74142.82128.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.74%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=30.74%
G=27.71%
B=41.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7164960.260.3300.62253.122031.37
Hex4740601A2103Efd141f
Octal10710014032410763752437
Binary100011110000001100000110101000010111110111111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474060; }

 p { color: rgb(71,64,96); }

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

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

 a { background-color: rgb(71,64,96); }

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

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

 span { border-color: rgb(71,64,96); }

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