Shades of Meteorite #473A5E
Tints of Meteorite #473A5E
RGB
CMYK
RGB Variations
Color information
#473A5E (or 0x473A5E) is known color: Meteorite. HEX triplet: 47, 3A and 5E. RGB value is (71,58,94). Sum of RGB (Red+Green+Blue) = 71+58+94=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #473A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A5E is #B8C5A1. Grayscale: #414141. Windows color (decimal): -12109218 or 6175303. OLE color: 6175303.
HSL color Cylindrical-coordinate representation of color #473A5E: hue angle of 261.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #473A5E is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 58 | 94 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.63 |
| HSL | 261.67º | 0.24% | 0.3% | - |
| HSV(B) | 261.67º | 0.38% | 0.37% | - |
| XYZ | 6.13 | 5.17 | 11.27 | - |
| YUV | 65.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 94 | 0.24 | 0.38 | 0 | 0.63 | 261.67 | 0.24 | 0.3 |
| Hex | 47 | 3A | 5E | 18 | 26 | 0 | 3F | 106 | 18 | 1E |
| Octal | 107 | 72 | 136 | 30 | 46 | 0 | 77 | 406 | 30 | 36 |
| Binary | 1000111 | 111010 | 1011110 | 11000 | 100110 | 0 | 111111 | 100000110 | 11000 | 11110 |
Color Harmonies of #473A5E
Complementary color
Monochromatic Colors of #473A5E
Black with #473A5E
Text Example
Text Example
White with #473A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A5E; }
p { color: rgb(71,58,94); }
H1.HeaderClassName
{
color: #473A5E;
}
.AnyTagClassName
{
color: #473A5E;
}
</style>
background-color css
<style>
a { background-color: #473A5E; }
a { background-color: rgb(71,58,94); }
div.DivClassName
{
background-color: #473A5E;
}
.BgClassName
{
background-color: #473A5E;
}
</style>
border-color css
<style>
span { border-color: #473A5E; }
span { border-color: rgb(71,58,94); }
td.TdClassName
{
border-color: #473A5E;
}
.TagClassName
{
border-color: #473A5E;
}
</style>