Shades of Meteorite #473F69
Tints of Meteorite #473F69
RGB
CMYK
RGB Variations
Color information
#473F69 (or 0x473F69) is known color: Meteorite. HEX triplet: 47, 3F and 69. RGB value is (71,63,105). Sum of RGB (Red+Green+Blue) = 71+63+105=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #473F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F69 is #B8C096. Grayscale: #464646. Windows color (decimal): -12107927 or 6897479. OLE color: 6897479.
HSL color Cylindrical-coordinate representation of color #473F69: hue angle of 251.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #473F69 is Cyan = 0.32, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 63 | 105 | - |
| CMYK | 0.32 | 0.4 | 0 | 0.59 |
| HSL | 251.43º | 0.25% | 0.33% | - |
| HSV(B) | 251.43º | 0.4% | 0.41% | - |
| XYZ | 6.93 | 5.91 | 14.14 | - |
| YUV | 70.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 105 | 0.32 | 0.4 | 0 | 0.59 | 251.43 | 0.25 | 0.33 |
| Hex | 47 | 3F | 69 | 20 | 28 | 0 | 3B | FB | 19 | 21 |
| Octal | 107 | 77 | 151 | 40 | 50 | 0 | 73 | 373 | 31 | 41 |
| Binary | 1000111 | 111111 | 1101001 | 100000 | 101000 | 0 | 111011 | 11111011 | 11001 | 100001 |
Color Harmonies of #473F69
Complementary color
Monochromatic Colors of #473F69
Black with #473F69
Text Example
Text Example
White with #473F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F69; }
p { color: rgb(71,63,105); }
H1.HeaderClassName
{
color: #473F69;
}
.AnyTagClassName
{
color: #473F69;
}
</style>
background-color css
<style>
a { background-color: #473F69; }
a { background-color: rgb(71,63,105); }
div.DivClassName
{
background-color: #473F69;
}
.BgClassName
{
background-color: #473F69;
}
</style>
border-color css
<style>
span { border-color: #473F69; }
span { border-color: rgb(71,63,105); }
td.TdClassName
{
border-color: #473F69;
}
.TagClassName
{
border-color: #473F69;
}
</style>