Shades of Meteorite #493969
Tints of Meteorite #493969
RGB
CMYK
RGB Variations
Color information
#493969 (or 0x493969) is known color: Meteorite. HEX triplet: 49, 39 and 69. RGB value is (73,57,105). Sum of RGB (Red+Green+Blue) = 73+57+105=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #493969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493969 is #B6C696. Grayscale: #434343. Windows color (decimal): -11978391 or 6895945. OLE color: 6895945.
HSL color Cylindrical-coordinate representation of color #493969: hue angle of 260º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #493969 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 57 | 105 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.59 |
| HSL | 260º | 0.3% | 0.32% | - |
| HSV(B) | 260º | 0.46% | 0.41% | - |
| XYZ | 6.76 | 5.36 | 14.04 | - |
| YUV | 67.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 105 | 0.30 | 0.46 | 0 | 0.59 | 260 | 0.3 | 0.32 |
| Hex | 49 | 39 | 69 | 1E | 2E | 0 | 3B | 104 | 1E | 20 |
| Octal | 111 | 71 | 151 | 36 | 56 | 0 | 73 | 404 | 36 | 40 |
| Binary | 1001001 | 111001 | 1101001 | 11110 | 101110 | 0 | 111011 | 100000100 | 11110 | 100000 |
Color Harmonies of #493969
Complementary color
Monochromatic Colors of #493969
Black with #493969
Text Example
Text Example
White with #493969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493969; }
p { color: rgb(73,57,105); }
H1.HeaderClassName
{
color: #493969;
}
.AnyTagClassName
{
color: #493969;
}
</style>
background-color css
<style>
a { background-color: #493969; }
a { background-color: rgb(73,57,105); }
div.DivClassName
{
background-color: #493969;
}
.BgClassName
{
background-color: #493969;
}
</style>
border-color css
<style>
span { border-color: #493969; }
span { border-color: rgb(73,57,105); }
td.TdClassName
{
border-color: #493969;
}
.TagClassName
{
border-color: #493969;
}
</style>