Shades of Meteorite #46346C
Tints of Meteorite #46346C
RGB
CMYK
RGB Variations
Color information
#46346C (or 0x46346C) is known color: Meteorite. HEX triplet: 46, 34 and 6C. RGB value is (70,52,108). Sum of RGB (Red+Green+Blue) = 70+52+108=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #46346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46346C is #B9CB93. Grayscale: #3F3F3F. Windows color (decimal): -12176276 or 7091270. OLE color: 7091270.
HSL color Cylindrical-coordinate representation of color #46346C: hue angle of 259.29º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46346C is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 52 | 108 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.58 |
| HSL | 259.29º | 0.35% | 0.31% | - |
| HSV(B) | 259.29º | 0.52% | 0.42% | - |
| XYZ | 6.46 | 4.84 | 14.78 | - |
| YUV | 63.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 108 | 0.35 | 0.52 | 0 | 0.58 | 259.29 | 0.35 | 0.31 |
| Hex | 46 | 34 | 6C | 23 | 34 | 0 | 3A | 103 | 23 | 1F |
| Octal | 106 | 64 | 154 | 43 | 64 | 0 | 72 | 403 | 43 | 37 |
| Binary | 1000110 | 110100 | 1101100 | 100011 | 110100 | 0 | 111010 | 100000011 | 100011 | 11111 |
Color Harmonies of #46346C
Complementary color
Monochromatic Colors of #46346C
Black with #46346C
Text Example
Text Example
White with #46346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46346C; }
p { color: rgb(70,52,108); }
H1.HeaderClassName
{
color: #46346C;
}
.AnyTagClassName
{
color: #46346C;
}
</style>
background-color css
<style>
a { background-color: #46346C; }
a { background-color: rgb(70,52,108); }
div.DivClassName
{
background-color: #46346C;
}
.BgClassName
{
background-color: #46346C;
}
</style>
border-color css
<style>
span { border-color: #46346C; }
span { border-color: rgb(70,52,108); }
td.TdClassName
{
border-color: #46346C;
}
.TagClassName
{
border-color: #46346C;
}
</style>