Shades of Meteorite #493B76
Tints of Meteorite #493B76
RGB
CMYK
RGB Variations
Color information
#493B76 (or 0x493B76) is known color: Meteorite. HEX triplet: 49, 3B and 76. RGB value is (73,59,118). Sum of RGB (Red+Green+Blue) = 73+59+118=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #493B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B76 is #B6C489. Grayscale: #454545. Windows color (decimal): -11977866 or 7748425. OLE color: 7748425.
HSL color Cylindrical-coordinate representation of color #493B76: hue angle of 254.24º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493B76 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 59 | 118 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.54 |
| HSL | 254.24º | 0.33% | 0.35% | - |
| HSV(B) | 254.24º | 0.5% | 0.46% | - |
| XYZ | 7.58 | 5.85 | 17.87 | - |
| YUV | 69.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 118 | 0.38 | 0.50 | 0 | 0.54 | 254.24 | 0.33 | 0.35 |
| Hex | 49 | 3B | 76 | 26 | 32 | 0 | 36 | FE | 21 | 23 |
| Octal | 111 | 73 | 166 | 46 | 62 | 0 | 66 | 376 | 41 | 43 |
| Binary | 1001001 | 111011 | 1110110 | 100110 | 110010 | 0 | 110110 | 11111110 | 100001 | 100011 |
Color Harmonies of #493B76
Complementary color
Monochromatic Colors of #493B76
Black with #493B76
Text Example
Text Example
White with #493B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493B76; }
p { color: rgb(73,59,118); }
H1.HeaderClassName
{
color: #493B76;
}
.AnyTagClassName
{
color: #493B76;
}
</style>
background-color css
<style>
a { background-color: #493B76; }
a { background-color: rgb(73,59,118); }
div.DivClassName
{
background-color: #493B76;
}
.BgClassName
{
background-color: #493B76;
}
</style>
border-color css
<style>
span { border-color: #493B76; }
span { border-color: rgb(73,59,118); }
td.TdClassName
{
border-color: #493B76;
}
.TagClassName
{
border-color: #493B76;
}
</style>