Shades of Meteorite #493D75
Tints of Meteorite #493D75
RGB
CMYK
RGB Variations
Color information
#493D75 (or 0x493D75) is known color: Meteorite. HEX triplet: 49, 3D and 75. RGB value is (73,61,117). Sum of RGB (Red+Green+Blue) = 73+61+117=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #493D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D75 is #B6C28A. Grayscale: #464646. Windows color (decimal): -11977355 or 7683401. OLE color: 7683401.
HSL color Cylindrical-coordinate representation of color #493D75: hue angle of 252.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493D75 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 61 | 117 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.54 |
| HSL | 252.86º | 0.31% | 0.35% | - |
| HSV(B) | 252.86º | 0.48% | 0.46% | - |
| XYZ | 7.63 | 6.04 | 17.59 | - |
| YUV | 70.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 117 | 0.38 | 0.48 | 0 | 0.54 | 252.86 | 0.31 | 0.35 |
| Hex | 49 | 3D | 75 | 26 | 30 | 0 | 36 | FD | 1F | 23 |
| Octal | 111 | 75 | 165 | 46 | 60 | 0 | 66 | 375 | 37 | 43 |
| Binary | 1001001 | 111101 | 1110101 | 100110 | 110000 | 0 | 110110 | 11111101 | 11111 | 100011 |
Color Harmonies of #493D75
Complementary color
Monochromatic Colors of #493D75
Black with #493D75
Text Example
Text Example
White with #493D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D75; }
p { color: rgb(73,61,117); }
H1.HeaderClassName
{
color: #493D75;
}
.AnyTagClassName
{
color: #493D75;
}
</style>
background-color css
<style>
a { background-color: #493D75; }
a { background-color: rgb(73,61,117); }
div.DivClassName
{
background-color: #493D75;
}
.BgClassName
{
background-color: #493D75;
}
</style>
border-color css
<style>
span { border-color: #493D75; }
span { border-color: rgb(73,61,117); }
td.TdClassName
{
border-color: #493D75;
}
.TagClassName
{
border-color: #493D75;
}
</style>