Shades of Meteorite #47375C
Tints of Meteorite #47375C
RGB
CMYK
RGB Variations
Color information
#47375C (or 0x47375C) is known color: Meteorite. HEX triplet: 47, 37 and 5C. RGB value is (71,55,92). Sum of RGB (Red+Green+Blue) = 71+55+92=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #47375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47375C is #B8C8A3. Grayscale: #3F3F3F. Windows color (decimal): -12109988 or 6043463. OLE color: 6043463.
HSL color Cylindrical-coordinate representation of color #47375C: hue angle of 265.95º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47375C is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 55 | 92 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.64 |
| HSL | 265.95º | 0.25% | 0.29% | - |
| HSV(B) | 265.95º | 0.4% | 0.36% | - |
| XYZ | 5.9 | 4.84 | 10.75 | - |
| YUV | 64 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 92 | 0.23 | 0.40 | 0 | 0.64 | 265.95 | 0.25 | 0.29 |
| Hex | 47 | 37 | 5C | 17 | 28 | 0 | 40 | 10A | 19 | 1D |
| Octal | 107 | 67 | 134 | 27 | 50 | 0 | 100 | 412 | 31 | 35 |
| Binary | 1000111 | 110111 | 1011100 | 10111 | 101000 | 0 | 1000000 | 100001010 | 11001 | 11101 |
Color Harmonies of #47375C
Complementary color
Monochromatic Colors of #47375C
Black with #47375C
Text Example
Text Example
White with #47375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47375C; }
p { color: rgb(71,55,92); }
H1.HeaderClassName
{
color: #47375C;
}
.AnyTagClassName
{
color: #47375C;
}
</style>
background-color css
<style>
a { background-color: #47375C; }
a { background-color: rgb(71,55,92); }
div.DivClassName
{
background-color: #47375C;
}
.BgClassName
{
background-color: #47375C;
}
</style>
border-color css
<style>
span { border-color: #47375C; }
span { border-color: rgb(71,55,92); }
td.TdClassName
{
border-color: #47375C;
}
.TagClassName
{
border-color: #47375C;
}
</style>