Shades of Meteorite #494465
Tints of Meteorite #494465
RGB
CMYK
RGB Variations
Color information
#494465 (or 0x494465) is known color: Meteorite. HEX triplet: 49, 44 and 65. RGB value is (73,68,101). Sum of RGB (Red+Green+Blue) = 73+68+101=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #494465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494465 is #B6BB9A. Grayscale: #494949. Windows color (decimal): -11975579 or 6636617. OLE color: 6636617.
HSL color Cylindrical-coordinate representation of color #494465: hue angle of 249.09º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494465 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 68 | 101 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.60 |
| HSL | 249.09º | 0.2% | 0.33% | - |
| HSV(B) | 249.09º | 0.33% | 0.4% | - |
| XYZ | 7.16 | 6.49 | 13.19 | - |
| YUV | 73.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 68 | 101 | 0.28 | 0.33 | 0 | 0.60 | 249.09 | 0.2 | 0.33 |
| Hex | 49 | 44 | 65 | 1C | 21 | 0 | 3C | F9 | 14 | 21 |
| Octal | 111 | 104 | 145 | 34 | 41 | 0 | 74 | 371 | 24 | 41 |
| Binary | 1001001 | 1000100 | 1100101 | 11100 | 100001 | 0 | 111100 | 11111001 | 10100 | 100001 |
Color Harmonies of #494465
Complementary color
Monochromatic Colors of #494465
Black with #494465
Text Example
Text Example
White with #494465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494465; }
p { color: rgb(73,68,101); }
H1.HeaderClassName
{
color: #494465;
}
.AnyTagClassName
{
color: #494465;
}
</style>
background-color css
<style>
a { background-color: #494465; }
a { background-color: rgb(73,68,101); }
div.DivClassName
{
background-color: #494465;
}
.BgClassName
{
background-color: #494465;
}
</style>
border-color css
<style>
span { border-color: #494465; }
span { border-color: rgb(73,68,101); }
td.TdClassName
{
border-color: #494465;
}
.TagClassName
{
border-color: #494465;
}
</style>