Shades of Meteorite #494065
Tints of Meteorite #494065
RGB
CMYK
RGB Variations
Color information
#494065 (or 0x494065) is known color: Meteorite. HEX triplet: 49, 40 and 65. RGB value is (73,64,101). Sum of RGB (Red+Green+Blue) = 73+64+101=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #494065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494065 is #B6BF9A. Grayscale: #464646. Windows color (decimal): -11976603 or 6635593. OLE color: 6635593.
HSL color Cylindrical-coordinate representation of color #494065: hue angle of 254.59º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #494065 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 64 | 101 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.60 |
| HSL | 254.59º | 0.22% | 0.32% | - |
| HSV(B) | 254.59º | 0.37% | 0.4% | - |
| XYZ | 6.93 | 6.02 | 13.11 | - |
| YUV | 70.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 101 | 0.28 | 0.37 | 0 | 0.60 | 254.59 | 0.22 | 0.32 |
| Hex | 49 | 40 | 65 | 1C | 25 | 0 | 3C | FF | 16 | 20 |
| Octal | 111 | 100 | 145 | 34 | 45 | 0 | 74 | 377 | 26 | 40 |
| Binary | 1001001 | 1000000 | 1100101 | 11100 | 100101 | 0 | 111100 | 11111111 | 10110 | 100000 |
Color Harmonies of #494065
Complementary color
Monochromatic Colors of #494065
Black with #494065
Text Example
Text Example
White with #494065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494065; }
p { color: rgb(73,64,101); }
H1.HeaderClassName
{
color: #494065;
}
.AnyTagClassName
{
color: #494065;
}
</style>
background-color css
<style>
a { background-color: #494065; }
a { background-color: rgb(73,64,101); }
div.DivClassName
{
background-color: #494065;
}
.BgClassName
{
background-color: #494065;
}
</style>
border-color css
<style>
span { border-color: #494065; }
span { border-color: rgb(73,64,101); }
td.TdClassName
{
border-color: #494065;
}
.TagClassName
{
border-color: #494065;
}
</style>