Shades of Meteorite #493C6B
Tints of Meteorite #493C6B
RGB
CMYK
RGB Variations
Color information
#493C6B (or 0x493C6B) is known color: Meteorite. HEX triplet: 49, 3C and 6B. RGB value is (73,60,107). Sum of RGB (Red+Green+Blue) = 73+60+107=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #493C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C6B is #B6C394. Grayscale: #454545. Windows color (decimal): -11977621 or 7027785. OLE color: 7027785.
HSL color Cylindrical-coordinate representation of color #493C6B: hue angle of 256.6º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493C6B is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 60 | 107 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.58 |
| HSL | 256.6º | 0.28% | 0.33% | - |
| HSV(B) | 256.6º | 0.44% | 0.42% | - |
| XYZ | 7.02 | 5.71 | 14.64 | - |
| YUV | 69.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 107 | 0.32 | 0.44 | 0 | 0.58 | 256.6 | 0.28 | 0.33 |
| Hex | 49 | 3C | 6B | 20 | 2C | 0 | 3A | 101 | 1C | 21 |
| Octal | 111 | 74 | 153 | 40 | 54 | 0 | 72 | 401 | 34 | 41 |
| Binary | 1001001 | 111100 | 1101011 | 100000 | 101100 | 0 | 111010 | 100000001 | 11100 | 100001 |
Color Harmonies of #493C6B
Complementary color
Monochromatic Colors of #493C6B
Black with #493C6B
Text Example
Text Example
White with #493C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C6B; }
p { color: rgb(73,60,107); }
H1.HeaderClassName
{
color: #493C6B;
}
.AnyTagClassName
{
color: #493C6B;
}
</style>
background-color css
<style>
a { background-color: #493C6B; }
a { background-color: rgb(73,60,107); }
div.DivClassName
{
background-color: #493C6B;
}
.BgClassName
{
background-color: #493C6B;
}
</style>
border-color css
<style>
span { border-color: #493C6B; }
span { border-color: rgb(73,60,107); }
td.TdClassName
{
border-color: #493C6B;
}
.TagClassName
{
border-color: #493C6B;
}
</style>