Shades of Meteorite #46396F
Tints of Meteorite #46396F
RGB
CMYK
RGB Variations
Color information
#46396F (or 0x46396F) is known color: Meteorite. HEX triplet: 46, 39 and 6F. RGB value is (70,57,111). Sum of RGB (Red+Green+Blue) = 70+57+111=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #46396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46396F is #B9C690. Grayscale: #424242. Windows color (decimal): -12174993 or 7289158. OLE color: 7289158.
HSL color Cylindrical-coordinate representation of color #46396F: hue angle of 254.44º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46396F is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 57 | 111 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.56 |
| HSL | 254.44º | 0.32% | 0.33% | - |
| HSV(B) | 254.44º | 0.49% | 0.44% | - |
| XYZ | 6.86 | 5.38 | 15.72 | - |
| YUV | 67.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 57 | 111 | 0.37 | 0.49 | 0 | 0.56 | 254.44 | 0.32 | 0.33 |
| Hex | 46 | 39 | 6F | 25 | 31 | 0 | 38 | FE | 20 | 21 |
| Octal | 106 | 71 | 157 | 45 | 61 | 0 | 70 | 376 | 40 | 41 |
| Binary | 1000110 | 111001 | 1101111 | 100101 | 110001 | 0 | 111000 | 11111110 | 100000 | 100001 |
Color Harmonies of #46396F
Complementary color
Monochromatic Colors of #46396F
Black with #46396F
Text Example
Text Example
White with #46396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46396F; }
p { color: rgb(70,57,111); }
H1.HeaderClassName
{
color: #46396F;
}
.AnyTagClassName
{
color: #46396F;
}
</style>
background-color css
<style>
a { background-color: #46396F; }
a { background-color: rgb(70,57,111); }
div.DivClassName
{
background-color: #46396F;
}
.BgClassName
{
background-color: #46396F;
}
</style>
border-color css
<style>
span { border-color: #46396F; }
span { border-color: rgb(70,57,111); }
td.TdClassName
{
border-color: #46396F;
}
.TagClassName
{
border-color: #46396F;
}
</style>