Shades of Meteorite #493D6E
Tints of Meteorite #493D6E
RGB
CMYK
RGB Variations
Color information
#493D6E (or 0x493D6E) is known color: Meteorite. HEX triplet: 49, 3D and 6E. RGB value is (73,61,110). Sum of RGB (Red+Green+Blue) = 73+61+110=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #493D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D6E is #B6C291. Grayscale: #454545. Windows color (decimal): -11977362 or 7224649. OLE color: 7224649.
HSL color Cylindrical-coordinate representation of color #493D6E: hue angle of 254.69º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493D6E is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 61 | 110 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.57 |
| HSL | 254.69º | 0.29% | 0.34% | - |
| HSV(B) | 254.69º | 0.45% | 0.43% | - |
| XYZ | 7.23 | 5.88 | 15.51 | - |
| YUV | 70.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 110 | 0.34 | 0.45 | 0 | 0.57 | 254.69 | 0.29 | 0.34 |
| Hex | 49 | 3D | 6E | 22 | 2D | 0 | 39 | FF | 1D | 22 |
| Octal | 111 | 75 | 156 | 42 | 55 | 0 | 71 | 377 | 35 | 42 |
| Binary | 1001001 | 111101 | 1101110 | 100010 | 101101 | 0 | 111001 | 11111111 | 11101 | 100010 |
Color Harmonies of #493D6E
Complementary color
Monochromatic Colors of #493D6E
Black with #493D6E
Text Example
Text Example
White with #493D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D6E; }
p { color: rgb(73,61,110); }
H1.HeaderClassName
{
color: #493D6E;
}
.AnyTagClassName
{
color: #493D6E;
}
</style>
background-color css
<style>
a { background-color: #493D6E; }
a { background-color: rgb(73,61,110); }
div.DivClassName
{
background-color: #493D6E;
}
.BgClassName
{
background-color: #493D6E;
}
</style>
border-color css
<style>
span { border-color: #493D6E; }
span { border-color: rgb(73,61,110); }
td.TdClassName
{
border-color: #493D6E;
}
.TagClassName
{
border-color: #493D6E;
}
</style>