Shades of Meteorite #473F65
Tints of Meteorite #473F65
RGB
CMYK
RGB Variations
Color information
#473F65 (or 0x473F65) is known color: Meteorite. HEX triplet: 47, 3F and 65. RGB value is (71,63,101). Sum of RGB (Red+Green+Blue) = 71+63+101=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #473F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F65 is #B8C09A. Grayscale: #454545. Windows color (decimal): -12107931 or 6635335. OLE color: 6635335.
HSL color Cylindrical-coordinate representation of color #473F65: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #473F65 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 63 | 101 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.60 |
| HSL | 252.63º | 0.23% | 0.32% | - |
| HSV(B) | 252.63º | 0.38% | 0.4% | - |
| XYZ | 6.73 | 5.83 | 13.08 | - |
| YUV | 69.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 101 | 0.30 | 0.38 | 0 | 0.60 | 252.63 | 0.23 | 0.32 |
| Hex | 47 | 3F | 65 | 1E | 26 | 0 | 3C | FD | 17 | 20 |
| Octal | 107 | 77 | 145 | 36 | 46 | 0 | 74 | 375 | 27 | 40 |
| Binary | 1000111 | 111111 | 1100101 | 11110 | 100110 | 0 | 111100 | 11111101 | 10111 | 100000 |
Color Harmonies of #473F65
Complementary color
Monochromatic Colors of #473F65
Black with #473F65
Text Example
Text Example
White with #473F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F65; }
p { color: rgb(71,63,101); }
H1.HeaderClassName
{
color: #473F65;
}
.AnyTagClassName
{
color: #473F65;
}
</style>
background-color css
<style>
a { background-color: #473F65; }
a { background-color: rgb(71,63,101); }
div.DivClassName
{
background-color: #473F65;
}
.BgClassName
{
background-color: #473F65;
}
</style>
border-color css
<style>
span { border-color: #473F65; }
span { border-color: rgb(71,63,101); }
td.TdClassName
{
border-color: #473F65;
}
.TagClassName
{
border-color: #473F65;
}
</style>