Shades of Meteorite #46356A
Tints of Meteorite #46356A
RGB
CMYK
RGB Variations
Color information
#46356A (or 0x46356A) is known color: Meteorite. HEX triplet: 46, 35 and 6A. RGB value is (70,53,106). Sum of RGB (Red+Green+Blue) = 70+53+106=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #46356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46356A is #B9CA95. Grayscale: #3F3F3F. Windows color (decimal): -12176022 or 6960454. OLE color: 6960454.
HSL color Cylindrical-coordinate representation of color #46356A: hue angle of 259.25º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46356A is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 53 | 106 | - |
| CMYK | 0.34 | 0.5 | 0 | 0.58 |
| HSL | 259.25º | 0.33% | 0.31% | - |
| HSV(B) | 259.25º | 0.5% | 0.42% | - |
| XYZ | 6.4 | 4.89 | 14.24 | - |
| YUV | 64.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 106 | 0.34 | 0.5 | 0 | 0.58 | 259.25 | 0.33 | 0.31 |
| Hex | 46 | 35 | 6A | 22 | 32 | 0 | 3A | 103 | 21 | 1F |
| Octal | 106 | 65 | 152 | 42 | 62 | 0 | 72 | 403 | 41 | 37 |
| Binary | 1000110 | 110101 | 1101010 | 100010 | 110010 | 0 | 111010 | 100000011 | 100001 | 11111 |
Color Harmonies of #46356A
Complementary color
Monochromatic Colors of #46356A
Black with #46356A
Text Example
Text Example
White with #46356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46356A; }
p { color: rgb(70,53,106); }
H1.HeaderClassName
{
color: #46356A;
}
.AnyTagClassName
{
color: #46356A;
}
</style>
background-color css
<style>
a { background-color: #46356A; }
a { background-color: rgb(70,53,106); }
div.DivClassName
{
background-color: #46356A;
}
.BgClassName
{
background-color: #46356A;
}
</style>
border-color css
<style>
span { border-color: #46356A; }
span { border-color: rgb(70,53,106); }
td.TdClassName
{
border-color: #46356A;
}
.TagClassName
{
border-color: #46356A;
}
</style>