Shades of Meteorite #493D5B
Tints of Meteorite #493D5B
RGB
CMYK
RGB Variations
Color information
#493D5B (or 0x493D5B) is known color: Meteorite. HEX triplet: 49, 3D and 5B. RGB value is (73,61,91). Sum of RGB (Red+Green+Blue) = 73+61+91=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #493D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493D5B is #B6C2A4. Grayscale: #434343. Windows color (decimal): -11977381 or 5979465. OLE color: 5979465.
HSL color Cylindrical-coordinate representation of color #493D5B: hue angle of 264º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493D5B is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 61 | 91 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.64 |
| HSL | 264º | 0.2% | 0.3% | - |
| HSV(B) | 264º | 0.33% | 0.36% | - |
| XYZ | 6.3 | 5.51 | 10.63 | - |
| YUV | 68.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 91 | 0.20 | 0.33 | 0 | 0.64 | 264 | 0.2 | 0.3 |
| Hex | 49 | 3D | 5B | 14 | 21 | 0 | 40 | 108 | 14 | 1E |
| Octal | 111 | 75 | 133 | 24 | 41 | 0 | 100 | 410 | 24 | 36 |
| Binary | 1001001 | 111101 | 1011011 | 10100 | 100001 | 0 | 1000000 | 100001000 | 10100 | 11110 |
Color Harmonies of #493D5B
Complementary color
Monochromatic Colors of #493D5B
Black with #493D5B
Text Example
Text Example
White with #493D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D5B; }
p { color: rgb(73,61,91); }
H1.HeaderClassName
{
color: #493D5B;
}
.AnyTagClassName
{
color: #493D5B;
}
</style>
background-color css
<style>
a { background-color: #493D5B; }
a { background-color: rgb(73,61,91); }
div.DivClassName
{
background-color: #493D5B;
}
.BgClassName
{
background-color: #493D5B;
}
</style>
border-color css
<style>
span { border-color: #493D5B; }
span { border-color: rgb(73,61,91); }
td.TdClassName
{
border-color: #493D5B;
}
.TagClassName
{
border-color: #493D5B;
}
</style>