Shades of Meteorite #47396D
Tints of Meteorite #47396D
RGB
CMYK
RGB Variations
Color information
#47396D (or 0x47396D) is known color: Meteorite. HEX triplet: 47, 39 and 6D. RGB value is (71,57,109). Sum of RGB (Red+Green+Blue) = 71+57+109=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #47396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47396D is #B8C692. Grayscale: #424242. Windows color (decimal): -12109459 or 7158087. OLE color: 7158087.
HSL color Cylindrical-coordinate representation of color #47396D: hue angle of 256.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47396D is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 57 | 109 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.57 |
| HSL | 256.15º | 0.31% | 0.33% | - |
| HSV(B) | 256.15º | 0.48% | 0.43% | - |
| XYZ | 6.82 | 5.37 | 15.14 | - |
| YUV | 67.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 57 | 109 | 0.35 | 0.48 | 0 | 0.57 | 256.15 | 0.31 | 0.33 |
| Hex | 47 | 39 | 6D | 23 | 30 | 0 | 39 | 100 | 1F | 21 |
| Octal | 107 | 71 | 155 | 43 | 60 | 0 | 71 | 400 | 37 | 41 |
| Binary | 1000111 | 111001 | 1101101 | 100011 | 110000 | 0 | 111001 | 100000000 | 11111 | 100001 |
Color Harmonies of #47396D
Complementary color
Monochromatic Colors of #47396D
Black with #47396D
Text Example
Text Example
White with #47396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47396D; }
p { color: rgb(71,57,109); }
H1.HeaderClassName
{
color: #47396D;
}
.AnyTagClassName
{
color: #47396D;
}
</style>
background-color css
<style>
a { background-color: #47396D; }
a { background-color: rgb(71,57,109); }
div.DivClassName
{
background-color: #47396D;
}
.BgClassName
{
background-color: #47396D;
}
</style>
border-color css
<style>
span { border-color: #47396D; }
span { border-color: rgb(71,57,109); }
td.TdClassName
{
border-color: #47396D;
}
.TagClassName
{
border-color: #47396D;
}
</style>