Shades of Meteorite #473E5F
Tints of Meteorite #473E5F
RGB
CMYK
RGB Variations
Color information
#473E5F (or 0x473E5F) is known color: Meteorite. HEX triplet: 47, 3E and 5F. RGB value is (71,62,95). Sum of RGB (Red+Green+Blue) = 71+62+95=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #473E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E5F is #B8C1A0. Grayscale: #444444. Windows color (decimal): -12108193 or 6241863. OLE color: 6241863.
HSL color Cylindrical-coordinate representation of color #473E5F: hue angle of 256.36º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #473E5F is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 62 | 95 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.63 |
| HSL | 256.36º | 0.21% | 0.31% | - |
| HSV(B) | 256.36º | 0.35% | 0.37% | - |
| XYZ | 6.39 | 5.61 | 11.57 | - |
| YUV | 68.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 95 | 0.25 | 0.35 | 0 | 0.63 | 256.36 | 0.21 | 0.31 |
| Hex | 47 | 3E | 5F | 19 | 23 | 0 | 3F | 100 | 15 | 1F |
| Octal | 107 | 76 | 137 | 31 | 43 | 0 | 77 | 400 | 25 | 37 |
| Binary | 1000111 | 111110 | 1011111 | 11001 | 100011 | 0 | 111111 | 100000000 | 10101 | 11111 |
Color Harmonies of #473E5F
Complementary color
Monochromatic Colors of #473E5F
Black with #473E5F
Text Example
Text Example
White with #473E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E5F; }
p { color: rgb(71,62,95); }
H1.HeaderClassName
{
color: #473E5F;
}
.AnyTagClassName
{
color: #473E5F;
}
</style>
background-color css
<style>
a { background-color: #473E5F; }
a { background-color: rgb(71,62,95); }
div.DivClassName
{
background-color: #473E5F;
}
.BgClassName
{
background-color: #473E5F;
}
</style>
border-color css
<style>
span { border-color: #473E5F; }
span { border-color: rgb(71,62,95); }
td.TdClassName
{
border-color: #473E5F;
}
.TagClassName
{
border-color: #473E5F;
}
</style>