Shades of Meteorite #493F77
Tints of Meteorite #493F77
RGB
CMYK
RGB Variations
Color information
#493F77 (or 0x493F77) is known color: Meteorite. HEX triplet: 49, 3F and 77. RGB value is (73,63,119). Sum of RGB (Red+Green+Blue) = 73+63+119=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #493F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F77 is #B6C088. Grayscale: #484848. Windows color (decimal): -11976841 or 7814985. OLE color: 7814985.
HSL color Cylindrical-coordinate representation of color #493F77: hue angle of 250.71º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493F77 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 63 | 119 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.53 |
| HSL | 250.71º | 0.31% | 0.36% | - |
| HSV(B) | 250.71º | 0.47% | 0.47% | - |
| XYZ | 7.85 | 6.3 | 18.26 | - |
| YUV | 72.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 119 | 0.39 | 0.47 | 0 | 0.53 | 250.71 | 0.31 | 0.36 |
| Hex | 49 | 3F | 77 | 27 | 2F | 0 | 35 | FB | 1F | 24 |
| Octal | 111 | 77 | 167 | 47 | 57 | 0 | 65 | 373 | 37 | 44 |
| Binary | 1001001 | 111111 | 1110111 | 100111 | 101111 | 0 | 110101 | 11111011 | 11111 | 100100 |
Color Harmonies of #493F77
Complementary color
Monochromatic Colors of #493F77
Black with #493F77
Text Example
Text Example
White with #493F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F77; }
p { color: rgb(73,63,119); }
H1.HeaderClassName
{
color: #493F77;
}
.AnyTagClassName
{
color: #493F77;
}
</style>
background-color css
<style>
a { background-color: #493F77; }
a { background-color: rgb(73,63,119); }
div.DivClassName
{
background-color: #493F77;
}
.BgClassName
{
background-color: #493F77;
}
</style>
border-color css
<style>
span { border-color: #493F77; }
span { border-color: rgb(73,63,119); }
td.TdClassName
{
border-color: #493F77;
}
.TagClassName
{
border-color: #493F77;
}
</style>