Shades of Blue Gem #493BAC
Tints of Blue Gem #493BAC
RGB
CMYK
RGB Variations
Color information
#493BAC (or 0x493BAC) is known color: Blue Gem. HEX triplet: 49, 3B and AC. RGB value is (73,59,172). Sum of RGB (Red+Green+Blue) = 73+59+172=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #493BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493BAC is #B6C453. Grayscale: #4B4B4B. Windows color (decimal): -11977812 or 11287369. OLE color: 11287369.
HSL color Cylindrical-coordinate representation of color #493BAC: hue angle of 247.43º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493BAC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 59 | 172 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.33 |
| HSL | 247.43º | 0.49% | 0.45% | - |
| HSV(B) | 247.43º | 0.66% | 0.67% | - |
| XYZ | 11.76 | 7.52 | 39.86 | - |
| YUV | 76.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 172 | 0.58 | 0.66 | 0 | 0.33 | 247.43 | 0.49 | 0.45 |
| Hex | 49 | 3B | AC | 3A | 42 | 0 | 21 | F7 | 31 | 2D |
| Octal | 111 | 73 | 254 | 72 | 102 | 0 | 41 | 367 | 61 | 55 |
| Binary | 1001001 | 111011 | 10101100 | 111010 | 1000010 | 0 | 100001 | 11110111 | 110001 | 101101 |
Color Harmonies of #493BAC
Complementary color
Monochromatic Colors of #493BAC
Black with #493BAC
Text Example
Text Example
White with #493BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493BAC; }
p { color: rgb(73,59,172); }
H1.HeaderClassName
{
color: #493BAC;
}
.AnyTagClassName
{
color: #493BAC;
}
</style>
background-color css
<style>
a { background-color: #493BAC; }
a { background-color: rgb(73,59,172); }
div.DivClassName
{
background-color: #493BAC;
}
.BgClassName
{
background-color: #493BAC;
}
</style>
border-color css
<style>
span { border-color: #493BAC; }
span { border-color: rgb(73,59,172); }
td.TdClassName
{
border-color: #493BAC;
}
.TagClassName
{
border-color: #493BAC;
}
</style>