Shades of Meteorite #47346F
Tints of Meteorite #47346F
RGB
CMYK
RGB Variations
Color information
#47346F (or 0x47346F) is known color: Meteorite. HEX triplet: 47, 34 and 6F. RGB value is (71,52,111). Sum of RGB (Red+Green+Blue) = 71+52+111=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #47346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47346F is #B8CB90. Grayscale: #404040. Windows color (decimal): -12110737 or 7287879. OLE color: 7287879.
HSL color Cylindrical-coordinate representation of color #47346F: hue angle of 259.32º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47346F is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 52 | 111 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.56 |
| HSL | 259.32º | 0.36% | 0.32% | - |
| HSV(B) | 259.32º | 0.53% | 0.44% | - |
| XYZ | 6.7 | 4.94 | 15.64 | - |
| YUV | 64.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 111 | 0.36 | 0.53 | 0 | 0.56 | 259.32 | 0.36 | 0.32 |
| Hex | 47 | 34 | 6F | 24 | 35 | 0 | 38 | 103 | 24 | 20 |
| Octal | 107 | 64 | 157 | 44 | 65 | 0 | 70 | 403 | 44 | 40 |
| Binary | 1000111 | 110100 | 1101111 | 100100 | 110101 | 0 | 111000 | 100000011 | 100100 | 100000 |
Color Harmonies of #47346F
Complementary color
Monochromatic Colors of #47346F
Black with #47346F
Text Example
Text Example
White with #47346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47346F; }
p { color: rgb(71,52,111); }
H1.HeaderClassName
{
color: #47346F;
}
.AnyTagClassName
{
color: #47346F;
}
</style>
background-color css
<style>
a { background-color: #47346F; }
a { background-color: rgb(71,52,111); }
div.DivClassName
{
background-color: #47346F;
}
.BgClassName
{
background-color: #47346F;
}
</style>
border-color css
<style>
span { border-color: #47346F; }
span { border-color: rgb(71,52,111); }
td.TdClassName
{
border-color: #47346F;
}
.TagClassName
{
border-color: #47346F;
}
</style>