Shades of Meteorite #494061
Tints of Meteorite #494061
RGB
CMYK
RGB Variations
Color information
#494061 (or 0x494061) is known color: Meteorite. HEX triplet: 49, 40 and 61. RGB value is (73,64,97). Sum of RGB (Red+Green+Blue) = 73+64+97=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #494061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494061 is #B6BF9E. Grayscale: #464646. Windows color (decimal): -11976607 or 6373449. OLE color: 6373449.
HSL color Cylindrical-coordinate representation of color #494061: hue angle of 256.36º 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 #494061 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 64 | 97 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.62 |
| HSL | 256.36º | 0.2% | 0.32% | - |
| HSV(B) | 256.36º | 0.34% | 0.38% | - |
| XYZ | 6.74 | 5.95 | 12.1 | - |
| YUV | 70.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 97 | 0.25 | 0.34 | 0 | 0.62 | 256.36 | 0.2 | 0.32 |
| Hex | 49 | 40 | 61 | 19 | 22 | 0 | 3E | 100 | 14 | 20 |
| Octal | 111 | 100 | 141 | 31 | 42 | 0 | 76 | 400 | 24 | 40 |
| Binary | 1001001 | 1000000 | 1100001 | 11001 | 100010 | 0 | 111110 | 100000000 | 10100 | 100000 |
Color Harmonies of #494061
Complementary color
Monochromatic Colors of #494061
Black with #494061
Text Example
Text Example
White with #494061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494061; }
p { color: rgb(73,64,97); }
H1.HeaderClassName
{
color: #494061;
}
.AnyTagClassName
{
color: #494061;
}
</style>
background-color css
<style>
a { background-color: #494061; }
a { background-color: rgb(73,64,97); }
div.DivClassName
{
background-color: #494061;
}
.BgClassName
{
background-color: #494061;
}
</style>
border-color css
<style>
span { border-color: #494061; }
span { border-color: rgb(73,64,97); }
td.TdClassName
{
border-color: #494061;
}
.TagClassName
{
border-color: #494061;
}
</style>