Shades of Meteorite #46386A
Tints of Meteorite #46386A
RGB
CMYK
RGB Variations
Color information
#46386A (or 0x46386A) is known color: Meteorite. HEX triplet: 46, 38 and 6A. RGB value is (70,56,106). Sum of RGB (Red+Green+Blue) = 70+56+106=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 106 - color contains mainly: blue. Hex color #46386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46386A is #B9C795. Grayscale: #414141. Windows color (decimal): -12175254 or 6961222. OLE color: 6961222.
HSL color Cylindrical-coordinate representation of color #46386A: hue angle of 256.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46386A is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 56 | 106 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.58 |
| HSL | 256.8º | 0.31% | 0.32% | - |
| HSV(B) | 256.8º | 0.47% | 0.42% | - |
| XYZ | 6.54 | 5.17 | 14.29 | - |
| YUV | 65.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 106 | 0.34 | 0.47 | 0 | 0.58 | 256.8 | 0.31 | 0.32 |
| Hex | 46 | 38 | 6A | 22 | 2F | 0 | 3A | 101 | 1F | 20 |
| Octal | 106 | 70 | 152 | 42 | 57 | 0 | 72 | 401 | 37 | 40 |
| Binary | 1000110 | 111000 | 1101010 | 100010 | 101111 | 0 | 111010 | 100000001 | 11111 | 100000 |
Color Harmonies of #46386A
Complementary color
Monochromatic Colors of #46386A
Black with #46386A
Text Example
Text Example
White with #46386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46386A; }
p { color: rgb(70,56,106); }
H1.HeaderClassName
{
color: #46386A;
}
.AnyTagClassName
{
color: #46386A;
}
</style>
background-color css
<style>
a { background-color: #46386A; }
a { background-color: rgb(70,56,106); }
div.DivClassName
{
background-color: #46386A;
}
.BgClassName
{
background-color: #46386A;
}
</style>
border-color css
<style>
span { border-color: #46386A; }
span { border-color: rgb(70,56,106); }
td.TdClassName
{
border-color: #46386A;
}
.TagClassName
{
border-color: #46386A;
}
</style>