Shades of Meteorite #494162
Tints of Meteorite #494162
RGB
CMYK
RGB Variations
Color information
#494162 (or 0x494162) is known color: Meteorite. HEX triplet: 49, 41 and 62. RGB value is (73,65,98). Sum of RGB (Red+Green+Blue) = 73+65+98=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #494162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494162 is #B6BE9D. Grayscale: #474747. Windows color (decimal): -11976350 or 6439241. OLE color: 6439241.
HSL color Cylindrical-coordinate representation of color #494162: hue angle of 254.55º 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 #494162 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 65 | 98 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.62 |
| HSL | 254.55º | 0.2% | 0.32% | - |
| HSV(B) | 254.55º | 0.34% | 0.38% | - |
| XYZ | 6.84 | 6.08 | 12.37 | - |
| YUV | 71.15 | 143.15 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 98 | 0.26 | 0.34 | 0 | 0.62 | 254.55 | 0.2 | 0.32 |
| Hex | 49 | 41 | 62 | 1A | 22 | 0 | 3E | FF | 14 | 20 |
| Octal | 111 | 101 | 142 | 32 | 42 | 0 | 76 | 377 | 24 | 40 |
| Binary | 1001001 | 1000001 | 1100010 | 11010 | 100010 | 0 | 111110 | 11111111 | 10100 | 100000 |
Color Harmonies of #494162
Complementary color
Monochromatic Colors of #494162
Black with #494162
Text Example
Text Example
White with #494162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494162; }
p { color: rgb(73,65,98); }
H1.HeaderClassName
{
color: #494162;
}
.AnyTagClassName
{
color: #494162;
}
</style>
background-color css
<style>
a { background-color: #494162; }
a { background-color: rgb(73,65,98); }
div.DivClassName
{
background-color: #494162;
}
.BgClassName
{
background-color: #494162;
}
</style>
border-color css
<style>
span { border-color: #494162; }
span { border-color: rgb(73,65,98); }
td.TdClassName
{
border-color: #494162;
}
.TagClassName
{
border-color: #494162;
}
</style>