Shades of Meteorite #473B61
Tints of Meteorite #473B61
RGB
CMYK
RGB Variations
Color information
#473B61 (or 0x473B61) is known color: Meteorite. HEX triplet: 47, 3B and 61. RGB value is (71,59,97). Sum of RGB (Red+Green+Blue) = 71+59+97=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #473B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B61 is #B8C49E. Grayscale: #424242. Windows color (decimal): -12108959 or 6372167. OLE color: 6372167.
HSL color Cylindrical-coordinate representation of color #473B61: hue angle of 258.95º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #473B61 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 59 | 97 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.62 |
| HSL | 258.95º | 0.24% | 0.31% | - |
| HSV(B) | 258.95º | 0.39% | 0.38% | - |
| XYZ | 6.32 | 5.33 | 12.01 | - |
| YUV | 66.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 97 | 0.27 | 0.39 | 0 | 0.62 | 258.95 | 0.24 | 0.31 |
| Hex | 47 | 3B | 61 | 1B | 27 | 0 | 3E | 103 | 18 | 1F |
| Octal | 107 | 73 | 141 | 33 | 47 | 0 | 76 | 403 | 30 | 37 |
| Binary | 1000111 | 111011 | 1100001 | 11011 | 100111 | 0 | 111110 | 100000011 | 11000 | 11111 |
Color Harmonies of #473B61
Complementary color
Monochromatic Colors of #473B61
Black with #473B61
Text Example
Text Example
White with #473B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B61; }
p { color: rgb(71,59,97); }
H1.HeaderClassName
{
color: #473B61;
}
.AnyTagClassName
{
color: #473B61;
}
</style>
background-color css
<style>
a { background-color: #473B61; }
a { background-color: rgb(71,59,97); }
div.DivClassName
{
background-color: #473B61;
}
.BgClassName
{
background-color: #473B61;
}
</style>
border-color css
<style>
span { border-color: #473B61; }
span { border-color: rgb(71,59,97); }
td.TdClassName
{
border-color: #473B61;
}
.TagClassName
{
border-color: #473B61;
}
</style>