Shades of Meteorite #473E69
Tints of Meteorite #473E69
RGB
CMYK
RGB Variations
Color information
#473E69 (or 0x473E69) is known color: Meteorite. HEX triplet: 47, 3E and 69. RGB value is (71,62,105). Sum of RGB (Red+Green+Blue) = 71+62+105=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #473E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E69 is #B8C196. Grayscale: #454545. Windows color (decimal): -12108183 or 6897223. OLE color: 6897223.
HSL color Cylindrical-coordinate representation of color #473E69: hue angle of 252.56º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #473E69 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 62 | 105 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.59 |
| HSL | 252.56º | 0.26% | 0.33% | - |
| HSV(B) | 252.56º | 0.41% | 0.41% | - |
| XYZ | 6.87 | 5.8 | 14.12 | - |
| YUV | 69.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 105 | 0.32 | 0.41 | 0 | 0.59 | 252.56 | 0.26 | 0.33 |
| Hex | 47 | 3E | 69 | 20 | 29 | 0 | 3B | FD | 1A | 21 |
| Octal | 107 | 76 | 151 | 40 | 51 | 0 | 73 | 375 | 32 | 41 |
| Binary | 1000111 | 111110 | 1101001 | 100000 | 101001 | 0 | 111011 | 11111101 | 11010 | 100001 |
Color Harmonies of #473E69
Complementary color
Monochromatic Colors of #473E69
Black with #473E69
Text Example
Text Example
White with #473E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E69; }
p { color: rgb(71,62,105); }
H1.HeaderClassName
{
color: #473E69;
}
.AnyTagClassName
{
color: #473E69;
}
</style>
background-color css
<style>
a { background-color: #473E69; }
a { background-color: rgb(71,62,105); }
div.DivClassName
{
background-color: #473E69;
}
.BgClassName
{
background-color: #473E69;
}
</style>
border-color css
<style>
span { border-color: #473E69; }
span { border-color: rgb(71,62,105); }
td.TdClassName
{
border-color: #473E69;
}
.TagClassName
{
border-color: #473E69;
}
</style>