Shades of Meteorite #494167
Tints of Meteorite #494167
RGB
CMYK
RGB Variations
Color information
#494167 (or 0x494167) is known color: Meteorite. HEX triplet: 49, 41 and 67. RGB value is (73,65,103). Sum of RGB (Red+Green+Blue) = 73+65+103=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 103 - color contains mainly: blue. Hex color #494167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494167 is #B6BE98. Grayscale: #474747. Windows color (decimal): -11976345 or 6766921. OLE color: 6766921.
HSL color Cylindrical-coordinate representation of color #494167: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494167 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 65 | 103 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.60 |
| HSL | 252.63º | 0.23% | 0.33% | - |
| HSV(B) | 252.63º | 0.37% | 0.4% | - |
| XYZ | 7.09 | 6.18 | 13.65 | - |
| YUV | 71.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 103 | 0.29 | 0.37 | 0 | 0.60 | 252.63 | 0.23 | 0.33 |
| Hex | 49 | 41 | 67 | 1D | 25 | 0 | 3C | FD | 17 | 21 |
| Octal | 111 | 101 | 147 | 35 | 45 | 0 | 74 | 375 | 27 | 41 |
| Binary | 1001001 | 1000001 | 1100111 | 11101 | 100101 | 0 | 111100 | 11111101 | 10111 | 100001 |
Color Harmonies of #494167
Complementary color
Monochromatic Colors of #494167
Black with #494167
Text Example
Text Example
White with #494167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494167; }
p { color: rgb(73,65,103); }
H1.HeaderClassName
{
color: #494167;
}
.AnyTagClassName
{
color: #494167;
}
</style>
background-color css
<style>
a { background-color: #494167; }
a { background-color: rgb(73,65,103); }
div.DivClassName
{
background-color: #494167;
}
.BgClassName
{
background-color: #494167;
}
</style>
border-color css
<style>
span { border-color: #494167; }
span { border-color: rgb(73,65,103); }
td.TdClassName
{
border-color: #494167;
}
.TagClassName
{
border-color: #494167;
}
</style>