Shades of Blue Gem #493EAC
Tints of Blue Gem #493EAC
RGB
CMYK
RGB Variations
Color information
#493EAC (or 0x493EAC) is known color: Blue Gem. HEX triplet: 49, 3E and AC. RGB value is (73,62,172). Sum of RGB (Red+Green+Blue) = 73+62+172=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #493EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EAC is #B6C153. Grayscale: #4D4D4D. Windows color (decimal): -11977044 or 11288137. OLE color: 11288137.
HSL color Cylindrical-coordinate representation of color #493EAC: hue angle of 246º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493EAC is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 62 | 172 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.33 |
| HSL | 246º | 0.47% | 0.46% | - |
| HSV(B) | 246º | 0.64% | 0.67% | - |
| XYZ | 11.92 | 7.84 | 39.91 | - |
| YUV | 77.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 172 | 0.58 | 0.64 | 0 | 0.33 | 246 | 0.47 | 0.46 |
| Hex | 49 | 3E | AC | 3A | 40 | 0 | 21 | F6 | 2F | 2E |
| Octal | 111 | 76 | 254 | 72 | 100 | 0 | 41 | 366 | 57 | 56 |
| Binary | 1001001 | 111110 | 10101100 | 111010 | 1000000 | 0 | 100001 | 11110110 | 101111 | 101110 |
Color Harmonies of #493EAC
Complementary color
Monochromatic Colors of #493EAC
Black with #493EAC
Text Example
Text Example
White with #493EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493EAC; }
p { color: rgb(73,62,172); }
H1.HeaderClassName
{
color: #493EAC;
}
.AnyTagClassName
{
color: #493EAC;
}
</style>
background-color css
<style>
a { background-color: #493EAC; }
a { background-color: rgb(73,62,172); }
div.DivClassName
{
background-color: #493EAC;
}
.BgClassName
{
background-color: #493EAC;
}
</style>
border-color css
<style>
span { border-color: #493EAC; }
span { border-color: rgb(73,62,172); }
td.TdClassName
{
border-color: #493EAC;
}
.TagClassName
{
border-color: #493EAC;
}
</style>