Shades of Meteorite #474061
Tints of Meteorite #474061
RGB
CMYK
RGB Variations
Color information
#474061 (or 0x474061) is known color: 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
| RGB | 71 | 64 | 97 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.62 |
| HSL | 252.73º | 0.2% | 0.32% | - |
| HSV(B) | 252.73º | 0.34% | 0.38% | - |
| XYZ | 6.59 | 5.87 | 12.09 | - |
| YUV | 69.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 97 | 0.27 | 0.34 | 0 | 0.62 | 252.73 | 0.2 | 0.32 |
| Hex | 47 | 40 | 61 | 1B | 22 | 0 | 3E | FD | 14 | 20 |
| Octal | 107 | 100 | 141 | 33 | 42 | 0 | 76 | 375 | 24 | 40 |
| Binary | 1000111 | 1000000 | 1100001 | 11011 | 100010 | 0 | 111110 | 11111101 | 10100 | 100000 |
Color Harmonies of #474061
Complementary color
Monochromatic Colors of #474061
Black with #474061
Text Example
Text Example
White with #474061
Text Example
Text Example
HTML Codes & Css Web 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>