Shades of Meteorite #494074
Tints of Meteorite #494074
RGB
CMYK
RGB Variations
Color information
#494074 (or 0x494074) is known color: Meteorite. HEX triplet: 49, 40 and 74. RGB value is (73,64,116). Sum of RGB (Red+Green+Blue) = 73+64+116=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #494074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494074 is #B6BF8B. Grayscale: #484848. Windows color (decimal): -11976588 or 7618633. OLE color: 7618633.
HSL color Cylindrical-coordinate representation of color #494074: hue angle of 250.38º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #494074 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 64 | 116 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.55 |
| HSL | 250.38º | 0.29% | 0.35% | - |
| HSV(B) | 250.38º | 0.45% | 0.45% | - |
| XYZ | 7.73 | 6.34 | 17.34 | - |
| YUV | 72.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 116 | 0.37 | 0.45 | 0 | 0.55 | 250.38 | 0.29 | 0.35 |
| Hex | 49 | 40 | 74 | 25 | 2D | 0 | 37 | FA | 1D | 23 |
| Octal | 111 | 100 | 164 | 45 | 55 | 0 | 67 | 372 | 35 | 43 |
| Binary | 1001001 | 1000000 | 1110100 | 100101 | 101101 | 0 | 110111 | 11111010 | 11101 | 100011 |
Color Harmonies of #494074
Complementary color
Monochromatic Colors of #494074
Black with #494074
Text Example
Text Example
White with #494074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494074; }
p { color: rgb(73,64,116); }
H1.HeaderClassName
{
color: #494074;
}
.AnyTagClassName
{
color: #494074;
}
</style>
background-color css
<style>
a { background-color: #494074; }
a { background-color: rgb(73,64,116); }
div.DivClassName
{
background-color: #494074;
}
.BgClassName
{
background-color: #494074;
}
</style>
border-color css
<style>
span { border-color: #494074; }
span { border-color: rgb(73,64,116); }
td.TdClassName
{
border-color: #494074;
}
.TagClassName
{
border-color: #494074;
}
</style>