Shades of Meteorite #47386D
Tints of Meteorite #47386D
RGB
CMYK
RGB Variations
Color information
#47386D (or 0x47386D) is known color: Meteorite. HEX triplet: 47, 38 and 6D. RGB value is (71,56,109). Sum of RGB (Red+Green+Blue) = 71+56+109=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #47386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47386D is #B8C792. Grayscale: #424242. Windows color (decimal): -12109715 or 7157831. OLE color: 7157831.
HSL color Cylindrical-coordinate representation of color #47386D: hue angle of 256.98º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47386D is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 56 | 109 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.57 |
| HSL | 256.98º | 0.32% | 0.32% | - |
| HSV(B) | 256.98º | 0.49% | 0.43% | - |
| XYZ | 6.77 | 5.27 | 15.13 | - |
| YUV | 66.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 109 | 0.35 | 0.49 | 0 | 0.57 | 256.98 | 0.32 | 0.32 |
| Hex | 47 | 38 | 6D | 23 | 31 | 0 | 39 | 101 | 20 | 20 |
| Octal | 107 | 70 | 155 | 43 | 61 | 0 | 71 | 401 | 40 | 40 |
| Binary | 1000111 | 111000 | 1101101 | 100011 | 110001 | 0 | 111001 | 100000001 | 100000 | 100000 |
Color Harmonies of #47386D
Complementary color
Monochromatic Colors of #47386D
Black with #47386D
Text Example
Text Example
White with #47386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47386D; }
p { color: rgb(71,56,109); }
H1.HeaderClassName
{
color: #47386D;
}
.AnyTagClassName
{
color: #47386D;
}
</style>
background-color css
<style>
a { background-color: #47386D; }
a { background-color: rgb(71,56,109); }
div.DivClassName
{
background-color: #47386D;
}
.BgClassName
{
background-color: #47386D;
}
</style>
border-color css
<style>
span { border-color: #47386D; }
span { border-color: rgb(71,56,109); }
td.TdClassName
{
border-color: #47386D;
}
.TagClassName
{
border-color: #47386D;
}
</style>