Shades of Meteorite #473962
Tints of Meteorite #473962
RGB
CMYK
RGB Variations
Color information
#473962 (or 0x473962) is known color: Meteorite. HEX triplet: 47, 39 and 62. RGB value is (71,57,98). Sum of RGB (Red+Green+Blue) = 71+57+98=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #473962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473962 is #B8C69D. Grayscale: #414141. Windows color (decimal): -12109470 or 6437191. OLE color: 6437191.
HSL color Cylindrical-coordinate representation of color #473962: hue angle of 260.49º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473962 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 57 | 98 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.62 |
| HSL | 260.49º | 0.26% | 0.3% | - |
| HSV(B) | 260.49º | 0.42% | 0.38% | - |
| XYZ | 6.27 | 5.15 | 12.22 | - |
| YUV | 65.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 98 | 0.28 | 0.42 | 0 | 0.62 | 260.49 | 0.26 | 0.3 |
| Hex | 47 | 39 | 62 | 1C | 2A | 0 | 3E | 104 | 1A | 1E |
| Octal | 107 | 71 | 142 | 34 | 52 | 0 | 76 | 404 | 32 | 36 |
| Binary | 1000111 | 111001 | 1100010 | 11100 | 101010 | 0 | 111110 | 100000100 | 11010 | 11110 |
Color Harmonies of #473962
Complementary color
Monochromatic Colors of #473962
Black with #473962
Text Example
Text Example
White with #473962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473962; }
p { color: rgb(71,57,98); }
H1.HeaderClassName
{
color: #473962;
}
.AnyTagClassName
{
color: #473962;
}
</style>
background-color css
<style>
a { background-color: #473962; }
a { background-color: rgb(71,57,98); }
div.DivClassName
{
background-color: #473962;
}
.BgClassName
{
background-color: #473962;
}
</style>
border-color css
<style>
span { border-color: #473962; }
span { border-color: rgb(71,57,98); }
td.TdClassName
{
border-color: #473962;
}
.TagClassName
{
border-color: #473962;
}
</style>