Shades of Meteorite #473B69
Tints of Meteorite #473B69
RGB
CMYK
RGB Variations
Color information
#473B69 (or 0x473B69) is known color: Meteorite. HEX triplet: 47, 3B and 69. RGB value is (71,59,105). Sum of RGB (Red+Green+Blue) = 71+59+105=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #473B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B69 is #B8C496. Grayscale: #434343. Windows color (decimal): -12108951 or 6896455. OLE color: 6896455.
HSL color Cylindrical-coordinate representation of color #473B69: hue angle of 255.65º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #473B69 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 59 | 105 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.59 |
| HSL | 255.65º | 0.28% | 0.32% | - |
| HSV(B) | 255.65º | 0.44% | 0.41% | - |
| XYZ | 6.71 | 5.49 | 14.07 | - |
| YUV | 67.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 105 | 0.32 | 0.44 | 0 | 0.59 | 255.65 | 0.28 | 0.32 |
| Hex | 47 | 3B | 69 | 20 | 2C | 0 | 3B | 100 | 1C | 20 |
| Octal | 107 | 73 | 151 | 40 | 54 | 0 | 73 | 400 | 34 | 40 |
| Binary | 1000111 | 111011 | 1101001 | 100000 | 101100 | 0 | 111011 | 100000000 | 11100 | 100000 |
Color Harmonies of #473B69
Complementary color
Monochromatic Colors of #473B69
Black with #473B69
Text Example
Text Example
White with #473B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B69; }
p { color: rgb(71,59,105); }
H1.HeaderClassName
{
color: #473B69;
}
.AnyTagClassName
{
color: #473B69;
}
</style>
background-color css
<style>
a { background-color: #473B69; }
a { background-color: rgb(71,59,105); }
div.DivClassName
{
background-color: #473B69;
}
.BgClassName
{
background-color: #473B69;
}
</style>
border-color css
<style>
span { border-color: #473B69; }
span { border-color: rgb(71,59,105); }
td.TdClassName
{
border-color: #473B69;
}
.TagClassName
{
border-color: #473B69;
}
</style>