Shades of Meteorite #46386F
Tints of Meteorite #46386F
RGB
CMYK
RGB Variations
Color information
#46386F (or 0x46386F) is known color: Meteorite. HEX triplet: 46, 38 and 6F. RGB value is (70,56,111). Sum of RGB (Red+Green+Blue) = 70+56+111=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 111 - color contains mainly: blue. Hex color #46386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46386F is #B9C790. Grayscale: #424242. Windows color (decimal): -12175249 or 7288902. OLE color: 7288902.
HSL color Cylindrical-coordinate representation of color #46386F: hue angle of 255.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46386F is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 56 | 111 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.56 |
| HSL | 255.27º | 0.33% | 0.33% | - |
| HSV(B) | 255.27º | 0.5% | 0.44% | - |
| XYZ | 6.81 | 5.28 | 15.7 | - |
| YUV | 66.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 111 | 0.37 | 0.50 | 0 | 0.56 | 255.27 | 0.33 | 0.33 |
| Hex | 46 | 38 | 6F | 25 | 32 | 0 | 38 | FF | 21 | 21 |
| Octal | 106 | 70 | 157 | 45 | 62 | 0 | 70 | 377 | 41 | 41 |
| Binary | 1000110 | 111000 | 1101111 | 100101 | 110010 | 0 | 111000 | 11111111 | 100001 | 100001 |
Color Harmonies of #46386F
Complementary color
Monochromatic Colors of #46386F
Black with #46386F
Text Example
Text Example
White with #46386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46386F; }
p { color: rgb(70,56,111); }
H1.HeaderClassName
{
color: #46386F;
}
.AnyTagClassName
{
color: #46386F;
}
</style>
background-color css
<style>
a { background-color: #46386F; }
a { background-color: rgb(70,56,111); }
div.DivClassName
{
background-color: #46386F;
}
.BgClassName
{
background-color: #46386F;
}
</style>
border-color css
<style>
span { border-color: #46386F; }
span { border-color: rgb(70,56,111); }
td.TdClassName
{
border-color: #46386F;
}
.TagClassName
{
border-color: #46386F;
}
</style>