Shades of Meteorite #47405D
Tints of Meteorite #47405D
RGB
CMYK
RGB Variations
Color information
#47405D (or 0x47405D) is known color: Meteorite. HEX triplet: 47, 40 and 5D. RGB value is (71,64,93). Sum of RGB (Red+Green+Blue) = 71+64+93=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #47405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47405D is #B8BFA2. Grayscale: #454545. Windows color (decimal): -12107683 or 6111303. OLE color: 6111303.
HSL color Cylindrical-coordinate representation of color #47405D: hue angle of 254.48º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47405D is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 64 | 93 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.64 |
| HSL | 254.48º | 0.18% | 0.31% | - |
| HSV(B) | 254.48º | 0.31% | 0.36% | - |
| XYZ | 6.41 | 5.8 | 11.14 | - |
| YUV | 69.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 93 | 0.24 | 0.31 | 0 | 0.64 | 254.48 | 0.18 | 0.31 |
| Hex | 47 | 40 | 5D | 18 | 1F | 0 | 40 | FE | 12 | 1F |
| Octal | 107 | 100 | 135 | 30 | 37 | 0 | 100 | 376 | 22 | 37 |
| Binary | 1000111 | 1000000 | 1011101 | 11000 | 11111 | 0 | 1000000 | 11111110 | 10010 | 11111 |
Color Harmonies of #47405D
Complementary color
Monochromatic Colors of #47405D
Black with #47405D
Text Example
Text Example
White with #47405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47405D; }
p { color: rgb(71,64,93); }
H1.HeaderClassName
{
color: #47405D;
}
.AnyTagClassName
{
color: #47405D;
}
</style>
background-color css
<style>
a { background-color: #47405D; }
a { background-color: rgb(71,64,93); }
div.DivClassName
{
background-color: #47405D;
}
.BgClassName
{
background-color: #47405D;
}
</style>
border-color css
<style>
span { border-color: #47405D; }
span { border-color: rgb(71,64,93); }
td.TdClassName
{
border-color: #47405D;
}
.TagClassName
{
border-color: #47405D;
}
</style>