Shades of Meteorite #473C70
Tints of Meteorite #473C70
RGB
CMYK
RGB Variations
Color information
#473C70 (or 0x473C70) is known color: Meteorite. HEX triplet: 47, 3C and 70. RGB value is (71,60,112). Sum of RGB (Red+Green+Blue) = 71+60+112=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #473C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C70 is #B8C38F. Grayscale: #454545. Windows color (decimal): -12108688 or 7355463. OLE color: 7355463.
HSL color Cylindrical-coordinate representation of color #473C70: hue angle of 252.69º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473C70 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 60 | 112 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.56 |
| HSL | 252.69º | 0.3% | 0.34% | - |
| HSV(B) | 252.69º | 0.46% | 0.44% | - |
| XYZ | 7.14 | 5.74 | 16.06 | - |
| YUV | 69.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 112 | 0.37 | 0.46 | 0 | 0.56 | 252.69 | 0.3 | 0.34 |
| Hex | 47 | 3C | 70 | 25 | 2E | 0 | 38 | FD | 1E | 22 |
| Octal | 107 | 74 | 160 | 45 | 56 | 0 | 70 | 375 | 36 | 42 |
| Binary | 1000111 | 111100 | 1110000 | 100101 | 101110 | 0 | 111000 | 11111101 | 11110 | 100010 |
Color Harmonies of #473C70
Complementary color
Monochromatic Colors of #473C70
Black with #473C70
Text Example
Text Example
White with #473C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C70; }
p { color: rgb(71,60,112); }
H1.HeaderClassName
{
color: #473C70;
}
.AnyTagClassName
{
color: #473C70;
}
</style>
background-color css
<style>
a { background-color: #473C70; }
a { background-color: rgb(71,60,112); }
div.DivClassName
{
background-color: #473C70;
}
.BgClassName
{
background-color: #473C70;
}
</style>
border-color css
<style>
span { border-color: #473C70; }
span { border-color: rgb(71,60,112); }
td.TdClassName
{
border-color: #473C70;
}
.TagClassName
{
border-color: #473C70;
}
</style>