Shades of Meteorite #46346A
Tints of Meteorite #46346A
RGB
CMYK
RGB Variations
Color information
#46346A (or 0x46346A) is known color: Meteorite. HEX triplet: 46, 34 and 6A. RGB value is (70,52,106). Sum of RGB (Red+Green+Blue) = 70+52+106=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #46346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46346A is #B9CB95. Grayscale: #3F3F3F. Windows color (decimal): -12176278 or 6960198. OLE color: 6960198.
HSL color Cylindrical-coordinate representation of color #46346A: hue angle of 260º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46346A is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 52 | 106 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.58 |
| HSL | 260º | 0.34% | 0.31% | - |
| HSV(B) | 260º | 0.51% | 0.42% | - |
| XYZ | 6.36 | 4.8 | 14.23 | - |
| YUV | 63.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 52 | 106 | 0.34 | 0.51 | 0 | 0.58 | 260 | 0.34 | 0.31 |
| Hex | 46 | 34 | 6A | 22 | 33 | 0 | 3A | 104 | 22 | 1F |
| Octal | 106 | 64 | 152 | 42 | 63 | 0 | 72 | 404 | 42 | 37 |
| Binary | 1000110 | 110100 | 1101010 | 100010 | 110011 | 0 | 111010 | 100000100 | 100010 | 11111 |
Color Harmonies of #46346A
Complementary color
Monochromatic Colors of #46346A
Black with #46346A
Text Example
Text Example
White with #46346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46346A; }
p { color: rgb(70,52,106); }
H1.HeaderClassName
{
color: #46346A;
}
.AnyTagClassName
{
color: #46346A;
}
</style>
background-color css
<style>
a { background-color: #46346A; }
a { background-color: rgb(70,52,106); }
div.DivClassName
{
background-color: #46346A;
}
.BgClassName
{
background-color: #46346A;
}
</style>
border-color css
<style>
span { border-color: #46346A; }
span { border-color: rgb(70,52,106); }
td.TdClassName
{
border-color: #46346A;
}
.TagClassName
{
border-color: #46346A;
}
</style>