Shades of Meteorite #47366F
Tints of Meteorite #47366F
RGB
CMYK
RGB Variations
Color information
#47366F (or 0x47366F) is known color: Meteorite. HEX triplet: 47, 36 and 6F. RGB value is (71,54,111). Sum of RGB (Red+Green+Blue) = 71+54+111=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #47366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47366F is #B8C990. Grayscale: #414141. Windows color (decimal): -12110225 or 7288391. OLE color: 7288391.
HSL color Cylindrical-coordinate representation of color #47366F: hue angle of 257.89º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47366F is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 54 | 111 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.56 |
| HSL | 257.89º | 0.35% | 0.32% | - |
| HSV(B) | 257.89º | 0.51% | 0.44% | - |
| XYZ | 6.79 | 5.13 | 15.67 | - |
| YUV | 65.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 111 | 0.36 | 0.51 | 0 | 0.56 | 257.89 | 0.35 | 0.32 |
| Hex | 47 | 36 | 6F | 24 | 33 | 0 | 38 | 102 | 23 | 20 |
| Octal | 107 | 66 | 157 | 44 | 63 | 0 | 70 | 402 | 43 | 40 |
| Binary | 1000111 | 110110 | 1101111 | 100100 | 110011 | 0 | 111000 | 100000010 | 100011 | 100000 |
Color Harmonies of #47366F
Complementary color
Monochromatic Colors of #47366F
Black with #47366F
Text Example
Text Example
White with #47366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47366F; }
p { color: rgb(71,54,111); }
H1.HeaderClassName
{
color: #47366F;
}
.AnyTagClassName
{
color: #47366F;
}
</style>
background-color css
<style>
a { background-color: #47366F; }
a { background-color: rgb(71,54,111); }
div.DivClassName
{
background-color: #47366F;
}
.BgClassName
{
background-color: #47366F;
}
</style>
border-color css
<style>
span { border-color: #47366F; }
span { border-color: rgb(71,54,111); }
td.TdClassName
{
border-color: #47366F;
}
.TagClassName
{
border-color: #47366F;
}
</style>