Shades of Meteorite #493C5A
Tints of Meteorite #493C5A
RGB
CMYK
RGB Variations
Color information
#493C5A (or 0x493C5A) is known color: Meteorite. HEX triplet: 49, 3C and 5A. RGB value is (73,60,90). Sum of RGB (Red+Green+Blue) = 73+60+90=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #493C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C5A is #B6C3A5. Grayscale: #434343. Windows color (decimal): -11977638 or 5913673. OLE color: 5913673.
HSL color Cylindrical-coordinate representation of color #493C5A: hue angle of 266º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493C5A is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 60 | 90 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.65 |
| HSL | 266º | 0.2% | 0.29% | - |
| HSV(B) | 266º | 0.33% | 0.35% | - |
| XYZ | 6.21 | 5.39 | 10.39 | - |
| YUV | 67.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 90 | 0.19 | 0.33 | 0 | 0.65 | 266 | 0.2 | 0.29 |
| Hex | 49 | 3C | 5A | 13 | 21 | 0 | 41 | 10A | 14 | 1D |
| Octal | 111 | 74 | 132 | 23 | 41 | 0 | 101 | 412 | 24 | 35 |
| Binary | 1001001 | 111100 | 1011010 | 10011 | 100001 | 0 | 1000001 | 100001010 | 10100 | 11101 |
Color Harmonies of #493C5A
Complementary color
Monochromatic Colors of #493C5A
Black with #493C5A
Text Example
Text Example
White with #493C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C5A; }
p { color: rgb(73,60,90); }
H1.HeaderClassName
{
color: #493C5A;
}
.AnyTagClassName
{
color: #493C5A;
}
</style>
background-color css
<style>
a { background-color: #493C5A; }
a { background-color: rgb(73,60,90); }
div.DivClassName
{
background-color: #493C5A;
}
.BgClassName
{
background-color: #493C5A;
}
</style>
border-color css
<style>
span { border-color: #493C5A; }
span { border-color: rgb(73,60,90); }
td.TdClassName
{
border-color: #493C5A;
}
.TagClassName
{
border-color: #493C5A;
}
</style>