Shades of Meteorite #493E69
Tints of Meteorite #493E69
RGB
CMYK
RGB Variations
Color information
#493E69 (or 0x493E69) is known color: Meteorite. HEX triplet: 49, 3E and 69. RGB value is (73,62,105). Sum of RGB (Red+Green+Blue) = 73+62+105=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #493E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E69 is #B6C196. Grayscale: #464646. Windows color (decimal): -11977111 or 6897225. OLE color: 6897225.
HSL color Cylindrical-coordinate representation of color #493E69: hue angle of 255.35º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #493E69 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 62 | 105 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.59 |
| HSL | 255.35º | 0.26% | 0.33% | - |
| HSV(B) | 255.35º | 0.41% | 0.41% | - |
| XYZ | 7.02 | 5.88 | 14.13 | - |
| YUV | 70.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 105 | 0.30 | 0.41 | 0 | 0.59 | 255.35 | 0.26 | 0.33 |
| Hex | 49 | 3E | 69 | 1E | 29 | 0 | 3B | FF | 1A | 21 |
| Octal | 111 | 76 | 151 | 36 | 51 | 0 | 73 | 377 | 32 | 41 |
| Binary | 1001001 | 111110 | 1101001 | 11110 | 101001 | 0 | 111011 | 11111111 | 11010 | 100001 |
Color Harmonies of #493E69
Complementary color
Monochromatic Colors of #493E69
Black with #493E69
Text Example
Text Example
White with #493E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493E69; }
p { color: rgb(73,62,105); }
H1.HeaderClassName
{
color: #493E69;
}
.AnyTagClassName
{
color: #493E69;
}
</style>
background-color css
<style>
a { background-color: #493E69; }
a { background-color: rgb(73,62,105); }
div.DivClassName
{
background-color: #493E69;
}
.BgClassName
{
background-color: #493E69;
}
</style>
border-color css
<style>
span { border-color: #493E69; }
span { border-color: rgb(73,62,105); }
td.TdClassName
{
border-color: #493E69;
}
.TagClassName
{
border-color: #493E69;
}
</style>