#474061

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

Shades of Meteorite #474061

Tints of Meteorite #474061

Color information

#474061 (or 0x474061) is unknown color: approx Meteorite. HEX triplet: 47, 40 and 61. RGB value is (71,64,97). Sum of RGB (Red+Green+Blue) = 71+64+97=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #474061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474061 is #B8BF9E. Grayscale: #454545. Windows color (decimal): -12107679 or 6373447. OLE color: 6373447.

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

Color convert

RGB716497-
CMYK0.270.3400.62
HSL252.73º20.5%31.57%-
HSV(B)252.73º34.02%38.04%-
XYZ6.595.8712.09-
YUV69.85143.32128.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=30.60%
G=27.59%
B=41.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7164970.270.3400.62252.7320.531.57
Hex4740611B2203Efd1420
Octal10710014133420763752440
Binary1000111100000011000011101110001001111101111110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474061; }

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

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

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

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

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

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

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

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