Shades of Meteorite #473464
Tints of Meteorite #473464
RGB
CMYK
RGB Variations
Color information
#473464 (or 0x473464) is known color: Meteorite. HEX triplet: 47, 34 and 64. RGB value is (71,52,100). Sum of RGB (Red+Green+Blue) = 71+52+100=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #473464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473464 is #B8CB9B. Grayscale: #3E3E3E. Windows color (decimal): -12110748 or 6566983. OLE color: 6566983.
HSL color Cylindrical-coordinate representation of color #473464: hue angle of 263.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #473464 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 52 | 100 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.61 |
| HSL | 263.75º | 0.32% | 0.3% | - |
| HSV(B) | 263.75º | 0.48% | 0.39% | - |
| XYZ | 6.13 | 4.72 | 12.64 | - |
| YUV | 63.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 100 | 0.29 | 0.48 | 0 | 0.61 | 263.75 | 0.32 | 0.3 |
| Hex | 47 | 34 | 64 | 1D | 30 | 0 | 3D | 108 | 20 | 1E |
| Octal | 107 | 64 | 144 | 35 | 60 | 0 | 75 | 410 | 40 | 36 |
| Binary | 1000111 | 110100 | 1100100 | 11101 | 110000 | 0 | 111101 | 100001000 | 100000 | 11110 |
Color Harmonies of #473464
Complementary color
Monochromatic Colors of #473464
Black with #473464
Text Example
Text Example
White with #473464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473464; }
p { color: rgb(71,52,100); }
H1.HeaderClassName
{
color: #473464;
}
.AnyTagClassName
{
color: #473464;
}
</style>
background-color css
<style>
a { background-color: #473464; }
a { background-color: rgb(71,52,100); }
div.DivClassName
{
background-color: #473464;
}
.BgClassName
{
background-color: #473464;
}
</style>
border-color css
<style>
span { border-color: #473464; }
span { border-color: rgb(71,52,100); }
td.TdClassName
{
border-color: #473464;
}
.TagClassName
{
border-color: #473464;
}
</style>