Shades of Meteorite #47385F
Tints of Meteorite #47385F
RGB
CMYK
RGB Variations
Color information
#47385F (or 0x47385F) is known color: Meteorite. HEX triplet: 47, 38 and 5F. RGB value is (71,56,95). Sum of RGB (Red+Green+Blue) = 71+56+95=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #47385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47385F is #B8C7A0. Grayscale: #404040. Windows color (decimal): -12109729 or 6240327. OLE color: 6240327.
HSL color Cylindrical-coordinate representation of color #47385F: hue angle of 263.08º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47385F is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 56 | 95 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.63 |
| HSL | 263.08º | 0.26% | 0.3% | - |
| HSV(B) | 263.08º | 0.41% | 0.37% | - |
| XYZ | 6.08 | 4.99 | 11.47 | - |
| YUV | 64.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 95 | 0.25 | 0.41 | 0 | 0.63 | 263.08 | 0.26 | 0.3 |
| Hex | 47 | 38 | 5F | 19 | 29 | 0 | 3F | 107 | 1A | 1E |
| Octal | 107 | 70 | 137 | 31 | 51 | 0 | 77 | 407 | 32 | 36 |
| Binary | 1000111 | 111000 | 1011111 | 11001 | 101001 | 0 | 111111 | 100000111 | 11010 | 11110 |
Color Harmonies of #47385F
Complementary color
Monochromatic Colors of #47385F
Black with #47385F
Text Example
Text Example
White with #47385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47385F; }
p { color: rgb(71,56,95); }
H1.HeaderClassName
{
color: #47385F;
}
.AnyTagClassName
{
color: #47385F;
}
</style>
background-color css
<style>
a { background-color: #47385F; }
a { background-color: rgb(71,56,95); }
div.DivClassName
{
background-color: #47385F;
}
.BgClassName
{
background-color: #47385F;
}
</style>
border-color css
<style>
span { border-color: #47385F; }
span { border-color: rgb(71,56,95); }
td.TdClassName
{
border-color: #47385F;
}
.TagClassName
{
border-color: #47385F;
}
</style>