Shades of Meteorite #47376C
Tints of Meteorite #47376C
RGB
CMYK
RGB Variations
Color information
#47376C (or 0x47376C) is known color: Meteorite. HEX triplet: 47, 37 and 6C. RGB value is (71,55,108). Sum of RGB (Red+Green+Blue) = 71+55+108=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #47376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47376C is #B8C893. Grayscale: #414141. Windows color (decimal): -12109972 or 7092039. OLE color: 7092039.
HSL color Cylindrical-coordinate representation of color #47376C: hue angle of 258.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47376C is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 55 | 108 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.58 |
| HSL | 258.11º | 0.33% | 0.32% | - |
| HSV(B) | 258.11º | 0.49% | 0.42% | - |
| XYZ | 6.67 | 5.15 | 14.83 | - |
| YUV | 65.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 55 | 108 | 0.34 | 0.49 | 0 | 0.58 | 258.11 | 0.33 | 0.32 |
| Hex | 47 | 37 | 6C | 22 | 31 | 0 | 3A | 102 | 21 | 20 |
| Octal | 107 | 67 | 154 | 42 | 61 | 0 | 72 | 402 | 41 | 40 |
| Binary | 1000111 | 110111 | 1101100 | 100010 | 110001 | 0 | 111010 | 100000010 | 100001 | 100000 |
Color Harmonies of #47376C
Complementary color
Monochromatic Colors of #47376C
Black with #47376C
Text Example
Text Example
White with #47376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47376C; }
p { color: rgb(71,55,108); }
H1.HeaderClassName
{
color: #47376C;
}
.AnyTagClassName
{
color: #47376C;
}
</style>
background-color css
<style>
a { background-color: #47376C; }
a { background-color: rgb(71,55,108); }
div.DivClassName
{
background-color: #47376C;
}
.BgClassName
{
background-color: #47376C;
}
</style>
border-color css
<style>
span { border-color: #47376C; }
span { border-color: rgb(71,55,108); }
td.TdClassName
{
border-color: #47376C;
}
.TagClassName
{
border-color: #47376C;
}
</style>