Shades of Meteorite #493C6A
Tints of Meteorite #493C6A
RGB
CMYK
RGB Variations
Color information
#493C6A (or 0x493C6A) is known color: Meteorite. HEX triplet: 49, 3C and 6A. RGB value is (73,60,106). Sum of RGB (Red+Green+Blue) = 73+60+106=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #493C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C6A is #B6C395. Grayscale: #444444. Windows color (decimal): -11977622 or 6962249. OLE color: 6962249.
HSL color Cylindrical-coordinate representation of color #493C6A: hue angle of 256.96º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #493C6A is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 60 | 106 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.58 |
| HSL | 256.96º | 0.28% | 0.33% | - |
| HSV(B) | 256.96º | 0.43% | 0.42% | - |
| XYZ | 6.97 | 5.69 | 14.37 | - |
| YUV | 69.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 106 | 0.31 | 0.43 | 0 | 0.58 | 256.96 | 0.28 | 0.33 |
| Hex | 49 | 3C | 6A | 1F | 2B | 0 | 3A | 101 | 1C | 21 |
| Octal | 111 | 74 | 152 | 37 | 53 | 0 | 72 | 401 | 34 | 41 |
| Binary | 1001001 | 111100 | 1101010 | 11111 | 101011 | 0 | 111010 | 100000001 | 11100 | 100001 |
Color Harmonies of #493C6A
Complementary color
Monochromatic Colors of #493C6A
Black with #493C6A
Text Example
Text Example
White with #493C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C6A; }
p { color: rgb(73,60,106); }
H1.HeaderClassName
{
color: #493C6A;
}
.AnyTagClassName
{
color: #493C6A;
}
</style>
background-color css
<style>
a { background-color: #493C6A; }
a { background-color: rgb(73,60,106); }
div.DivClassName
{
background-color: #493C6A;
}
.BgClassName
{
background-color: #493C6A;
}
</style>
border-color css
<style>
span { border-color: #493C6A; }
span { border-color: rgb(73,60,106); }
td.TdClassName
{
border-color: #493C6A;
}
.TagClassName
{
border-color: #493C6A;
}
</style>