Shades of Blue Gem #493AAC
Tints of Blue Gem #493AAC
RGB
CMYK
RGB Variations
Color information
#493AAC (or 0x493AAC) is known color: Blue Gem. HEX triplet: 49, 3A and AC. RGB value is (73,58,172). Sum of RGB (Red+Green+Blue) = 73+58+172=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #493AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493AAC is #B6C553. Grayscale: #4B4B4B. Windows color (decimal): -11978068 or 11287113. OLE color: 11287113.
HSL color Cylindrical-coordinate representation of color #493AAC: hue angle of 247.89º degrees, saturation: 0.5, 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 #493AAC is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 58 | 172 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.33 |
| HSL | 247.89º | 0.5% | 0.45% | - |
| HSV(B) | 247.89º | 0.66% | 0.67% | - |
| XYZ | 11.71 | 7.42 | 39.85 | - |
| YUV | 75.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 172 | 0.58 | 0.66 | 0 | 0.33 | 247.89 | 0.5 | 0.45 |
| Hex | 49 | 3A | AC | 3A | 42 | 0 | 21 | F8 | 32 | 2D |
| Octal | 111 | 72 | 254 | 72 | 102 | 0 | 41 | 370 | 62 | 55 |
| Binary | 1001001 | 111010 | 10101100 | 111010 | 1000010 | 0 | 100001 | 11111000 | 110010 | 101101 |
Color Harmonies of #493AAC
Complementary color
Monochromatic Colors of #493AAC
Black with #493AAC
Text Example
Text Example
White with #493AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493AAC; }
p { color: rgb(73,58,172); }
H1.HeaderClassName
{
color: #493AAC;
}
.AnyTagClassName
{
color: #493AAC;
}
</style>
background-color css
<style>
a { background-color: #493AAC; }
a { background-color: rgb(73,58,172); }
div.DivClassName
{
background-color: #493AAC;
}
.BgClassName
{
background-color: #493AAC;
}
</style>
border-color css
<style>
span { border-color: #493AAC; }
span { border-color: rgb(73,58,172); }
td.TdClassName
{
border-color: #493AAC;
}
.TagClassName
{
border-color: #493AAC;
}
</style>