Shades of Meteorite #46396D
Tints of Meteorite #46396D
RGB
CMYK
RGB Variations
Color information
#46396D (or 0x46396D) is known color: Meteorite. HEX triplet: 46, 39 and 6D. RGB value is (70,57,109). Sum of RGB (Red+Green+Blue) = 70+57+109=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #46396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46396D is #B9C692. Grayscale: #424242. Windows color (decimal): -12174995 or 7158086. OLE color: 7158086.
HSL color Cylindrical-coordinate representation of color #46396D: hue angle of 255º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46396D is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 57 | 109 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.57 |
| HSL | 255º | 0.31% | 0.33% | - |
| HSV(B) | 255º | 0.48% | 0.43% | - |
| XYZ | 6.75 | 5.33 | 15.14 | - |
| YUV | 66.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 109 | 0.36 | 0.48 | 0 | 0.57 | 255 | 0.31 | 0.33 |
| Hex | 46 | 39 | 6D | 24 | 30 | 0 | 39 | FF | 1F | 21 |
| Octal | 106 | 71 | 155 | 44 | 60 | 0 | 71 | 377 | 37 | 41 |
| Binary | 1000110 | 111001 | 1101101 | 100100 | 110000 | 0 | 111001 | 11111111 | 11111 | 100001 |
Color Harmonies of #46396D
Complementary color
Monochromatic Colors of #46396D
Black with #46396D
Text Example
Text Example
White with #46396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46396D; }
p { color: rgb(70,57,109); }
H1.HeaderClassName
{
color: #46396D;
}
.AnyTagClassName
{
color: #46396D;
}
</style>
background-color css
<style>
a { background-color: #46396D; }
a { background-color: rgb(70,57,109); }
div.DivClassName
{
background-color: #46396D;
}
.BgClassName
{
background-color: #46396D;
}
</style>
border-color css
<style>
span { border-color: #46396D; }
span { border-color: rgb(70,57,109); }
td.TdClassName
{
border-color: #46396D;
}
.TagClassName
{
border-color: #46396D;
}
</style>