Shades of Meteorite #473B72
Tints of Meteorite #473B72
RGB
CMYK
RGB Variations
Color information
#473B72 (or 0x473B72) is known color: Meteorite. HEX triplet: 47, 3B and 72. RGB value is (71,59,114). Sum of RGB (Red+Green+Blue) = 71+59+114=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #473B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B72 is #B8C48D. Grayscale: #444444. Windows color (decimal): -12108942 or 7486279. OLE color: 7486279.
HSL color Cylindrical-coordinate representation of color #473B72: hue angle of 253.09º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473B72 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 59 | 114 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.55 |
| HSL | 253.09º | 0.32% | 0.34% | - |
| HSV(B) | 253.09º | 0.48% | 0.45% | - |
| XYZ | 7.2 | 5.68 | 16.64 | - |
| YUV | 68.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 114 | 0.38 | 0.48 | 0 | 0.55 | 253.09 | 0.32 | 0.34 |
| Hex | 47 | 3B | 72 | 26 | 30 | 0 | 37 | FD | 20 | 22 |
| Octal | 107 | 73 | 162 | 46 | 60 | 0 | 67 | 375 | 40 | 42 |
| Binary | 1000111 | 111011 | 1110010 | 100110 | 110000 | 0 | 110111 | 11111101 | 100000 | 100010 |
Color Harmonies of #473B72
Complementary color
Monochromatic Colors of #473B72
Black with #473B72
Text Example
Text Example
White with #473B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B72; }
p { color: rgb(71,59,114); }
H1.HeaderClassName
{
color: #473B72;
}
.AnyTagClassName
{
color: #473B72;
}
</style>
background-color css
<style>
a { background-color: #473B72; }
a { background-color: rgb(71,59,114); }
div.DivClassName
{
background-color: #473B72;
}
.BgClassName
{
background-color: #473B72;
}
</style>
border-color css
<style>
span { border-color: #473B72; }
span { border-color: rgb(71,59,114); }
td.TdClassName
{
border-color: #473B72;
}
.TagClassName
{
border-color: #473B72;
}
</style>