#474062

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

Shades of Meteorite #474062

Tints of Meteorite #474062

Color information

#474062 (or 0x474062) is unknown color: approx Meteorite. HEX triplet: 47, 40 and 62. RGB value is (71,64,98). Sum of RGB (Red+Green+Blue) = 71+64+98=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #474062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474062 is #B8BF9D. Grayscale: #454545. Windows color (decimal): -12107678 or 6438983. OLE color: 6438983.

HSL color Cylindrical-coordinate representation of color #474062: hue angle of 252.35º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #474062 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB716498-
CMYK0.280.3500.62
HSL252.35º20.99%31.76%-
HSV(B)252.35º34.69%38.43%-
XYZ6.645.8912.34-
YUV69.97143.82128.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=30.47%
G=27.47%
B=42.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7164980.280.3500.62252.3520.9931.76
Hex4740621C2303Efc1520
Octal10710014234430763742540
Binary1000111100000011000101110010001101111101111110010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474062; }

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

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

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

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

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

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

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

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