Shades of Meteorite #46326A
Tints of Meteorite #46326A
RGB
CMYK
RGB Variations
Color information
#46326A (or 0x46326A) is known color: Meteorite. HEX triplet: 46, 32 and 6A. RGB value is (70,50,106). Sum of RGB (Red+Green+Blue) = 70+50+106=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #46326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46326A is #B9CD95. Grayscale: #3E3E3E. Windows color (decimal): -12176790 or 6959686. OLE color: 6959686.
HSL color Cylindrical-coordinate representation of color #46326A: hue angle of 261.43º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46326A is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 50 | 106 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.58 |
| HSL | 261.43º | 0.36% | 0.31% | - |
| HSV(B) | 261.43º | 0.53% | 0.42% | - |
| XYZ | 6.27 | 4.62 | 14.2 | - |
| YUV | 62.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 106 | 0.34 | 0.53 | 0 | 0.58 | 261.43 | 0.36 | 0.31 |
| Hex | 46 | 32 | 6A | 22 | 35 | 0 | 3A | 105 | 24 | 1F |
| Octal | 106 | 62 | 152 | 42 | 65 | 0 | 72 | 405 | 44 | 37 |
| Binary | 1000110 | 110010 | 1101010 | 100010 | 110101 | 0 | 111010 | 100000101 | 100100 | 11111 |
Color Harmonies of #46326A
Complementary color
Monochromatic Colors of #46326A
Black with #46326A
Text Example
Text Example
White with #46326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46326A; }
p { color: rgb(70,50,106); }
H1.HeaderClassName
{
color: #46326A;
}
.AnyTagClassName
{
color: #46326A;
}
</style>
background-color css
<style>
a { background-color: #46326A; }
a { background-color: rgb(70,50,106); }
div.DivClassName
{
background-color: #46326A;
}
.BgClassName
{
background-color: #46326A;
}
</style>
border-color css
<style>
span { border-color: #46326A; }
span { border-color: rgb(70,50,106); }
td.TdClassName
{
border-color: #46326A;
}
.TagClassName
{
border-color: #46326A;
}
</style>