Shades of Meteorite #46375F
Tints of Meteorite #46375F
RGB
CMYK
RGB Variations
Color information
#46375F (or 0x46375F) is known color: Meteorite. HEX triplet: 46, 37 and 5F. RGB value is (70,55,95). Sum of RGB (Red+Green+Blue) = 70+55+95=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 95 - color contains mainly: blue. Hex color #46375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46375F is #B9C8A0. Grayscale: #3F3F3F. Windows color (decimal): -12175521 or 6240070. OLE color: 6240070.
HSL color Cylindrical-coordinate representation of color #46375F: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46375F is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 55 | 95 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.63 |
| HSL | 262.5º | 0.27% | 0.29% | - |
| HSV(B) | 262.5º | 0.42% | 0.37% | - |
| XYZ | 5.96 | 4.86 | 11.45 | - |
| YUV | 64.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 95 | 0.26 | 0.42 | 0 | 0.63 | 262.5 | 0.27 | 0.29 |
| Hex | 46 | 37 | 5F | 1A | 2A | 0 | 3F | 106 | 1B | 1D |
| Octal | 106 | 67 | 137 | 32 | 52 | 0 | 77 | 406 | 33 | 35 |
| Binary | 1000110 | 110111 | 1011111 | 11010 | 101010 | 0 | 111111 | 100000110 | 11011 | 11101 |
Color Harmonies of #46375F
Complementary color
Monochromatic Colors of #46375F
Black with #46375F
Text Example
Text Example
White with #46375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46375F; }
p { color: rgb(70,55,95); }
H1.HeaderClassName
{
color: #46375F;
}
.AnyTagClassName
{
color: #46375F;
}
</style>
background-color css
<style>
a { background-color: #46375F; }
a { background-color: rgb(70,55,95); }
div.DivClassName
{
background-color: #46375F;
}
.BgClassName
{
background-color: #46375F;
}
</style>
border-color css
<style>
span { border-color: #46375F; }
span { border-color: rgb(70,55,95); }
td.TdClassName
{
border-color: #46375F;
}
.TagClassName
{
border-color: #46375F;
}
</style>