Shades of Meteorite #47366B
Tints of Meteorite #47366B
RGB
CMYK
RGB Variations
Color information
#47366B (or 0x47366B) is known color: Meteorite. HEX triplet: 47, 36 and 6B. RGB value is (71,54,107). Sum of RGB (Red+Green+Blue) = 71+54+107=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #47366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47366B is #B8C994. Grayscale: #404040. Windows color (decimal): -12110229 or 7026247. OLE color: 7026247.
HSL color Cylindrical-coordinate representation of color #47366B: hue angle of 259.25º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47366B is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 54 | 107 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.58 |
| HSL | 259.25º | 0.33% | 0.32% | - |
| HSV(B) | 259.25º | 0.5% | 0.42% | - |
| XYZ | 6.57 | 5.04 | 14.54 | - |
| YUV | 65.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 54 | 107 | 0.34 | 0.50 | 0 | 0.58 | 259.25 | 0.33 | 0.32 |
| Hex | 47 | 36 | 6B | 22 | 32 | 0 | 3A | 103 | 21 | 20 |
| Octal | 107 | 66 | 153 | 42 | 62 | 0 | 72 | 403 | 41 | 40 |
| Binary | 1000111 | 110110 | 1101011 | 100010 | 110010 | 0 | 111010 | 100000011 | 100001 | 100000 |
Color Harmonies of #47366B
Complementary color
Monochromatic Colors of #47366B
Black with #47366B
Text Example
Text Example
White with #47366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47366B; }
p { color: rgb(71,54,107); }
H1.HeaderClassName
{
color: #47366B;
}
.AnyTagClassName
{
color: #47366B;
}
</style>
background-color css
<style>
a { background-color: #47366B; }
a { background-color: rgb(71,54,107); }
div.DivClassName
{
background-color: #47366B;
}
.BgClassName
{
background-color: #47366B;
}
</style>
border-color css
<style>
span { border-color: #47366B; }
span { border-color: rgb(71,54,107); }
td.TdClassName
{
border-color: #47366B;
}
.TagClassName
{
border-color: #47366B;
}
</style>