Shades of Meteorite #47336C
Tints of Meteorite #47336C
RGB
CMYK
RGB Variations
Color information
#47336C (or 0x47336C) is known color: Meteorite. HEX triplet: 47, 33 and 6C. RGB value is (71,51,108). Sum of RGB (Red+Green+Blue) = 71+51+108=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #47336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47336C is #B8CC93. Grayscale: #3F3F3F. Windows color (decimal): -12110996 or 7091015. OLE color: 7091015.
HSL color Cylindrical-coordinate representation of color #47336C: hue angle of 261.05º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47336C is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 51 | 108 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.58 |
| HSL | 261.05º | 0.36% | 0.31% | - |
| HSV(B) | 261.05º | 0.53% | 0.42% | - |
| XYZ | 6.49 | 4.79 | 14.77 | - |
| YUV | 63.48 | 153.13 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 108 | 0.34 | 0.53 | 0 | 0.58 | 261.05 | 0.36 | 0.31 |
| Hex | 47 | 33 | 6C | 22 | 35 | 0 | 3A | 105 | 24 | 1F |
| Octal | 107 | 63 | 154 | 42 | 65 | 0 | 72 | 405 | 44 | 37 |
| Binary | 1000111 | 110011 | 1101100 | 100010 | 110101 | 0 | 111010 | 100000101 | 100100 | 11111 |
Color Harmonies of #47336C
Complementary color
Monochromatic Colors of #47336C
Black with #47336C
Text Example
Text Example
White with #47336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47336C; }
p { color: rgb(71,51,108); }
H1.HeaderClassName
{
color: #47336C;
}
.AnyTagClassName
{
color: #47336C;
}
</style>
background-color css
<style>
a { background-color: #47336C; }
a { background-color: rgb(71,51,108); }
div.DivClassName
{
background-color: #47336C;
}
.BgClassName
{
background-color: #47336C;
}
</style>
border-color css
<style>
span { border-color: #47336C; }
span { border-color: rgb(71,51,108); }
td.TdClassName
{
border-color: #47336C;
}
.TagClassName
{
border-color: #47336C;
}
</style>