Shades of Meteorite #493F76
Tints of Meteorite #493F76
RGB
CMYK
RGB Variations
Color information
#493F76 (or 0x493F76) is known color: Meteorite. HEX triplet: 49, 3F and 76. RGB value is (73,63,118). Sum of RGB (Red+Green+Blue) = 73+63+118=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #493F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F76 is #B6C089. Grayscale: #484848. Windows color (decimal): -11976842 or 7749449. OLE color: 7749449.
HSL color Cylindrical-coordinate representation of color #493F76: hue angle of 250.91º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493F76 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 63 | 118 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.54 |
| HSL | 250.91º | 0.3% | 0.35% | - |
| HSV(B) | 250.91º | 0.47% | 0.46% | - |
| XYZ | 7.8 | 6.28 | 17.94 | - |
| YUV | 72.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 118 | 0.38 | 0.47 | 0 | 0.54 | 250.91 | 0.3 | 0.35 |
| Hex | 49 | 3F | 76 | 26 | 2F | 0 | 36 | FB | 1E | 23 |
| Octal | 111 | 77 | 166 | 46 | 57 | 0 | 66 | 373 | 36 | 43 |
| Binary | 1001001 | 111111 | 1110110 | 100110 | 101111 | 0 | 110110 | 11111011 | 11110 | 100011 |
Color Harmonies of #493F76
Complementary color
Monochromatic Colors of #493F76
Black with #493F76
Text Example
Text Example
White with #493F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F76; }
p { color: rgb(73,63,118); }
H1.HeaderClassName
{
color: #493F76;
}
.AnyTagClassName
{
color: #493F76;
}
</style>
background-color css
<style>
a { background-color: #493F76; }
a { background-color: rgb(73,63,118); }
div.DivClassName
{
background-color: #493F76;
}
.BgClassName
{
background-color: #493F76;
}
</style>
border-color css
<style>
span { border-color: #493F76; }
span { border-color: rgb(73,63,118); }
td.TdClassName
{
border-color: #493F76;
}
.TagClassName
{
border-color: #493F76;
}
</style>