Shades of Meteorite #473B64
Tints of Meteorite #473B64
RGB
CMYK
RGB Variations
Color information
#473B64 (or 0x473B64) is known color: Meteorite. HEX triplet: 47, 3B and 64. RGB value is (71,59,100). Sum of RGB (Red+Green+Blue) = 71+59+100=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #473B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B64 is #B8C49B. Grayscale: #434343. Windows color (decimal): -12108956 or 6568775. OLE color: 6568775.
HSL color Cylindrical-coordinate representation of color #473B64: hue angle of 257.56º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #473B64 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 59 | 100 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.61 |
| HSL | 257.56º | 0.26% | 0.31% | - |
| HSV(B) | 257.56º | 0.41% | 0.39% | - |
| XYZ | 6.46 | 5.39 | 12.76 | - |
| YUV | 67.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 100 | 0.29 | 0.41 | 0 | 0.61 | 257.56 | 0.26 | 0.31 |
| Hex | 47 | 3B | 64 | 1D | 29 | 0 | 3D | 102 | 1A | 1F |
| Octal | 107 | 73 | 144 | 35 | 51 | 0 | 75 | 402 | 32 | 37 |
| Binary | 1000111 | 111011 | 1100100 | 11101 | 101001 | 0 | 111101 | 100000010 | 11010 | 11111 |
Color Harmonies of #473B64
Complementary color
Monochromatic Colors of #473B64
Black with #473B64
Text Example
Text Example
White with #473B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B64; }
p { color: rgb(71,59,100); }
H1.HeaderClassName
{
color: #473B64;
}
.AnyTagClassName
{
color: #473B64;
}
</style>
background-color css
<style>
a { background-color: #473B64; }
a { background-color: rgb(71,59,100); }
div.DivClassName
{
background-color: #473B64;
}
.BgClassName
{
background-color: #473B64;
}
</style>
border-color css
<style>
span { border-color: #473B64; }
span { border-color: rgb(71,59,100); }
td.TdClassName
{
border-color: #473B64;
}
.TagClassName
{
border-color: #473B64;
}
</style>