Shades of Meteorite #464061
Tints of Meteorite #464061
RGB
CMYK
RGB Variations
Color information
#464061 (or 0x464061) is known color: Meteorite. HEX triplet: 46, 40 and 61. RGB value is (70,64,97). Sum of RGB (Red+Green+Blue) = 70+64+97=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #464061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464061 is #B9BF9E. Grayscale: #454545. Windows color (decimal): -12173215 or 6373446. OLE color: 6373446.
HSL color Cylindrical-coordinate representation of color #464061: hue angle of 250.91º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #464061 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 64 | 97 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.62 |
| HSL | 250.91º | 0.2% | 0.32% | - |
| HSV(B) | 250.91º | 0.34% | 0.38% | - |
| XYZ | 6.52 | 5.83 | 12.09 | - |
| YUV | 69.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 97 | 0.28 | 0.34 | 0 | 0.62 | 250.91 | 0.2 | 0.32 |
| Hex | 46 | 40 | 61 | 1C | 22 | 0 | 3E | FB | 14 | 20 |
| Octal | 106 | 100 | 141 | 34 | 42 | 0 | 76 | 373 | 24 | 40 |
| Binary | 1000110 | 1000000 | 1100001 | 11100 | 100010 | 0 | 111110 | 11111011 | 10100 | 100000 |
Color Harmonies of #464061
Complementary color
Monochromatic Colors of #464061
Black with #464061
Text Example
Text Example
White with #464061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464061; }
p { color: rgb(70,64,97); }
H1.HeaderClassName
{
color: #464061;
}
.AnyTagClassName
{
color: #464061;
}
</style>
background-color css
<style>
a { background-color: #464061; }
a { background-color: rgb(70,64,97); }
div.DivClassName
{
background-color: #464061;
}
.BgClassName
{
background-color: #464061;
}
</style>
border-color css
<style>
span { border-color: #464061; }
span { border-color: rgb(70,64,97); }
td.TdClassName
{
border-color: #464061;
}
.TagClassName
{
border-color: #464061;
}
</style>