Shades of Blue Gem #493FAC
Tints of Blue Gem #493FAC
RGB
CMYK
RGB Variations
Color information
#493FAC (or 0x493FAC) is known color: Blue Gem. HEX triplet: 49, 3F and AC. RGB value is (73,63,172). Sum of RGB (Red+Green+Blue) = 73+63+172=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #493FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FAC is #B6C053. Grayscale: #4D4D4D. Windows color (decimal): -11976788 or 11288393. OLE color: 11288393.
HSL color Cylindrical-coordinate representation of color #493FAC: hue angle of 245.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493FAC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 63 | 172 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.33 |
| HSL | 245.5º | 0.46% | 0.46% | - |
| HSV(B) | 245.5º | 0.63% | 0.67% | - |
| XYZ | 11.97 | 7.95 | 39.93 | - |
| YUV | 78.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 172 | 0.58 | 0.63 | 0 | 0.33 | 245.5 | 0.46 | 0.46 |
| Hex | 49 | 3F | AC | 3A | 3F | 0 | 21 | F6 | 2E | 2E |
| Octal | 111 | 77 | 254 | 72 | 77 | 0 | 41 | 366 | 56 | 56 |
| Binary | 1001001 | 111111 | 10101100 | 111010 | 111111 | 0 | 100001 | 11110110 | 101110 | 101110 |
Color Harmonies of #493FAC
Complementary color
Monochromatic Colors of #493FAC
Black with #493FAC
Text Example
Text Example
White with #493FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FAC; }
p { color: rgb(73,63,172); }
H1.HeaderClassName
{
color: #493FAC;
}
.AnyTagClassName
{
color: #493FAC;
}
</style>
background-color css
<style>
a { background-color: #493FAC; }
a { background-color: rgb(73,63,172); }
div.DivClassName
{
background-color: #493FAC;
}
.BgClassName
{
background-color: #493FAC;
}
</style>
border-color css
<style>
span { border-color: #493FAC; }
span { border-color: rgb(73,63,172); }
td.TdClassName
{
border-color: #493FAC;
}
.TagClassName
{
border-color: #493FAC;
}
</style>