Shades of Meteorite #46346F
Tints of Meteorite #46346F
RGB
CMYK
RGB Variations
Color information
#46346F (or 0x46346F) is known color: Meteorite. HEX triplet: 46, 34 and 6F. RGB value is (70,52,111). Sum of RGB (Red+Green+Blue) = 70+52+111=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #46346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46346F is #B9CB90. Grayscale: #3F3F3F. Windows color (decimal): -12176273 or 7287878. OLE color: 7287878.
HSL color Cylindrical-coordinate representation of color #46346F: hue angle of 258.31º 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 #46346F is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 52 | 111 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.56 |
| HSL | 258.31º | 0.36% | 0.32% | - |
| HSV(B) | 258.31º | 0.53% | 0.44% | - |
| XYZ | 6.62 | 4.91 | 15.64 | - |
| YUV | 64.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 111 | 0.37 | 0.53 | 0 | 0.56 | 258.31 | 0.36 | 0.32 |
| Hex | 46 | 34 | 6F | 25 | 35 | 0 | 38 | 102 | 24 | 20 |
| Octal | 106 | 64 | 157 | 45 | 65 | 0 | 70 | 402 | 44 | 40 |
| Binary | 1000110 | 110100 | 1101111 | 100101 | 110101 | 0 | 111000 | 100000010 | 100100 | 100000 |
Color Harmonies of #46346F
Complementary color
Monochromatic Colors of #46346F
Black with #46346F
Text Example
Text Example
White with #46346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46346F; }
p { color: rgb(70,52,111); }
H1.HeaderClassName
{
color: #46346F;
}
.AnyTagClassName
{
color: #46346F;
}
</style>
background-color css
<style>
a { background-color: #46346F; }
a { background-color: rgb(70,52,111); }
div.DivClassName
{
background-color: #46346F;
}
.BgClassName
{
background-color: #46346F;
}
</style>
border-color css
<style>
span { border-color: #46346F; }
span { border-color: rgb(70,52,111); }
td.TdClassName
{
border-color: #46346F;
}
.TagClassName
{
border-color: #46346F;
}
</style>