Shades of Meteorite #46366D
Tints of Meteorite #46366D
RGB
CMYK
RGB Variations
Color information
#46366D (or 0x46366D) is known color: Meteorite. HEX triplet: 46, 36 and 6D. RGB value is (70,54,109). Sum of RGB (Red+Green+Blue) = 70+54+109=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #46366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46366D is #B9C992. Grayscale: #404040. Windows color (decimal): -12175763 or 7157318. OLE color: 7157318.
HSL color Cylindrical-coordinate representation of color #46366D: hue angle of 257.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46366D is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 54 | 109 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.57 |
| HSL | 257.45º | 0.34% | 0.32% | - |
| HSV(B) | 257.45º | 0.5% | 0.43% | - |
| XYZ | 6.61 | 5.04 | 15.09 | - |
| YUV | 65.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 54 | 109 | 0.36 | 0.50 | 0 | 0.57 | 257.45 | 0.34 | 0.32 |
| Hex | 46 | 36 | 6D | 24 | 32 | 0 | 39 | 101 | 22 | 20 |
| Octal | 106 | 66 | 155 | 44 | 62 | 0 | 71 | 401 | 42 | 40 |
| Binary | 1000110 | 110110 | 1101101 | 100100 | 110010 | 0 | 111001 | 100000001 | 100010 | 100000 |
Color Harmonies of #46366D
Complementary color
Monochromatic Colors of #46366D
Black with #46366D
Text Example
Text Example
White with #46366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46366D; }
p { color: rgb(70,54,109); }
H1.HeaderClassName
{
color: #46366D;
}
.AnyTagClassName
{
color: #46366D;
}
</style>
background-color css
<style>
a { background-color: #46366D; }
a { background-color: rgb(70,54,109); }
div.DivClassName
{
background-color: #46366D;
}
.BgClassName
{
background-color: #46366D;
}
</style>
border-color css
<style>
span { border-color: #46366D; }
span { border-color: rgb(70,54,109); }
td.TdClassName
{
border-color: #46366D;
}
.TagClassName
{
border-color: #46366D;
}
</style>