Shades of Meteorite #47355D
Tints of Meteorite #47355D
RGB
CMYK
RGB Variations
Color information
#47355D (or 0x47355D) is known color: Meteorite. HEX triplet: 47, 35 and 5D. RGB value is (71,53,93). Sum of RGB (Red+Green+Blue) = 71+53+93=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #47355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47355D is #B8CAA2. Grayscale: #3E3E3E. Windows color (decimal): -12110499 or 6108487. OLE color: 6108487.
HSL color Cylindrical-coordinate representation of color #47355D: hue angle of 267º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47355D is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 53 | 93 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.64 |
| HSL | 267º | 0.27% | 0.29% | - |
| HSV(B) | 267º | 0.43% | 0.36% | - |
| XYZ | 5.85 | 4.68 | 10.95 | - |
| YUV | 62.94 | 144.96 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 53 | 93 | 0.24 | 0.43 | 0 | 0.64 | 267 | 0.27 | 0.29 |
| Hex | 47 | 35 | 5D | 18 | 2B | 0 | 40 | 10B | 1B | 1D |
| Octal | 107 | 65 | 135 | 30 | 53 | 0 | 100 | 413 | 33 | 35 |
| Binary | 1000111 | 110101 | 1011101 | 11000 | 101011 | 0 | 1000000 | 100001011 | 11011 | 11101 |
Color Harmonies of #47355D
Complementary color
Monochromatic Colors of #47355D
Black with #47355D
Text Example
Text Example
White with #47355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47355D; }
p { color: rgb(71,53,93); }
H1.HeaderClassName
{
color: #47355D;
}
.AnyTagClassName
{
color: #47355D;
}
</style>
background-color css
<style>
a { background-color: #47355D; }
a { background-color: rgb(71,53,93); }
div.DivClassName
{
background-color: #47355D;
}
.BgClassName
{
background-color: #47355D;
}
</style>
border-color css
<style>
span { border-color: #47355D; }
span { border-color: rgb(71,53,93); }
td.TdClassName
{
border-color: #47355D;
}
.TagClassName
{
border-color: #47355D;
}
</style>