Shades of Meteorite #46386B
Tints of Meteorite #46386B
RGB
CMYK
RGB Variations
Color information
#46386B (or 0x46386B) is known color: Meteorite. HEX triplet: 46, 38 and 6B. RGB value is (70,56,107). Sum of RGB (Red+Green+Blue) = 70+56+107=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #46386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46386B is #B9C794. Grayscale: #414141. Windows color (decimal): -12175253 or 7026758. OLE color: 7026758.
HSL color Cylindrical-coordinate representation of color #46386B: hue angle of 256.47º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46386B is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 56 | 107 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.58 |
| HSL | 256.47º | 0.31% | 0.32% | - |
| HSV(B) | 256.47º | 0.48% | 0.42% | - |
| XYZ | 6.59 | 5.19 | 14.56 | - |
| YUV | 66 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 107 | 0.35 | 0.48 | 0 | 0.58 | 256.47 | 0.31 | 0.32 |
| Hex | 46 | 38 | 6B | 23 | 30 | 0 | 3A | 100 | 1F | 20 |
| Octal | 106 | 70 | 153 | 43 | 60 | 0 | 72 | 400 | 37 | 40 |
| Binary | 1000110 | 111000 | 1101011 | 100011 | 110000 | 0 | 111010 | 100000000 | 11111 | 100000 |
Color Harmonies of #46386B
Complementary color
Monochromatic Colors of #46386B
Black with #46386B
Text Example
Text Example
White with #46386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46386B; }
p { color: rgb(70,56,107); }
H1.HeaderClassName
{
color: #46386B;
}
.AnyTagClassName
{
color: #46386B;
}
</style>
background-color css
<style>
a { background-color: #46386B; }
a { background-color: rgb(70,56,107); }
div.DivClassName
{
background-color: #46386B;
}
.BgClassName
{
background-color: #46386B;
}
</style>
border-color css
<style>
span { border-color: #46386B; }
span { border-color: rgb(70,56,107); }
td.TdClassName
{
border-color: #46386B;
}
.TagClassName
{
border-color: #46386B;
}
</style>