Shades of Blue Gem #493DAC
Tints of Blue Gem #493DAC
RGB
CMYK
RGB Variations
Color information
#493DAC (or 0x493DAC) is known color: Blue Gem. HEX triplet: 49, 3D and AC. RGB value is (73,61,172). Sum of RGB (Red+Green+Blue) = 73+61+172=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #493DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493DAC is #B6C253. Grayscale: #4C4C4C. Windows color (decimal): -11977300 or 11287881. OLE color: 11287881.
HSL color Cylindrical-coordinate representation of color #493DAC: hue angle of 246.49º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #493DAC is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 61 | 172 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.33 |
| HSL | 246.49º | 0.48% | 0.46% | - |
| HSV(B) | 246.49º | 0.65% | 0.67% | - |
| XYZ | 11.86 | 7.73 | 39.9 | - |
| YUV | 77.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 172 | 0.58 | 0.65 | 0 | 0.33 | 246.49 | 0.48 | 0.46 |
| Hex | 49 | 3D | AC | 3A | 41 | 0 | 21 | F6 | 30 | 2E |
| Octal | 111 | 75 | 254 | 72 | 101 | 0 | 41 | 366 | 60 | 56 |
| Binary | 1001001 | 111101 | 10101100 | 111010 | 1000001 | 0 | 100001 | 11110110 | 110000 | 101110 |
Color Harmonies of #493DAC
Complementary color
Monochromatic Colors of #493DAC
Black with #493DAC
Text Example
Text Example
White with #493DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DAC; }
p { color: rgb(73,61,172); }
H1.HeaderClassName
{
color: #493DAC;
}
.AnyTagClassName
{
color: #493DAC;
}
</style>
background-color css
<style>
a { background-color: #493DAC; }
a { background-color: rgb(73,61,172); }
div.DivClassName
{
background-color: #493DAC;
}
.BgClassName
{
background-color: #493DAC;
}
</style>
border-color css
<style>
span { border-color: #493DAC; }
span { border-color: rgb(73,61,172); }
td.TdClassName
{
border-color: #493DAC;
}
.TagClassName
{
border-color: #493DAC;
}
</style>