Shades of Meteorite #493D68
Tints of Meteorite #493D68
RGB
CMYK
RGB Variations
Color information
#493D68 (or 0x493D68) is known color: Meteorite. HEX triplet: 49, 3D and 68. RGB value is (73,61,104). Sum of RGB (Red+Green+Blue) = 73+61+104=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #493D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D68 is #B6C297. Grayscale: #454545. Windows color (decimal): -11977368 or 6831433. OLE color: 6831433.
HSL color Cylindrical-coordinate representation of color #493D68: hue angle of 256.74º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #493D68 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 61 | 104 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.59 |
| HSL | 256.74º | 0.26% | 0.32% | - |
| HSV(B) | 256.74º | 0.41% | 0.41% | - |
| XYZ | 6.92 | 5.75 | 13.84 | - |
| YUV | 69.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 104 | 0.30 | 0.41 | 0 | 0.59 | 256.74 | 0.26 | 0.32 |
| Hex | 49 | 3D | 68 | 1E | 29 | 0 | 3B | 101 | 1A | 20 |
| Octal | 111 | 75 | 150 | 36 | 51 | 0 | 73 | 401 | 32 | 40 |
| Binary | 1001001 | 111101 | 1101000 | 11110 | 101001 | 0 | 111011 | 100000001 | 11010 | 100000 |
Color Harmonies of #493D68
Complementary color
Monochromatic Colors of #493D68
Black with #493D68
Text Example
Text Example
White with #493D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D68; }
p { color: rgb(73,61,104); }
H1.HeaderClassName
{
color: #493D68;
}
.AnyTagClassName
{
color: #493D68;
}
</style>
background-color css
<style>
a { background-color: #493D68; }
a { background-color: rgb(73,61,104); }
div.DivClassName
{
background-color: #493D68;
}
.BgClassName
{
background-color: #493D68;
}
</style>
border-color css
<style>
span { border-color: #493D68; }
span { border-color: rgb(73,61,104); }
td.TdClassName
{
border-color: #493D68;
}
.TagClassName
{
border-color: #493D68;
}
</style>