Shades of Blue Gem #493FAA
Tints of Blue Gem #493FAA
RGB
CMYK
RGB Variations
Color information
#493FAA (or 0x493FAA) is known color: Blue Gem. HEX triplet: 49, 3F and AA. RGB value is (73,63,170). Sum of RGB (Red+Green+Blue) = 73+63+170=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #493FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FAA is #B6C055. Grayscale: #4D4D4D. Windows color (decimal): -11976790 or 11157321. OLE color: 11157321.
HSL color Cylindrical-coordinate representation of color #493FAA: hue angle of 245.61º 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 #493FAA is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 63 | 170 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.33 |
| HSL | 245.61º | 0.46% | 0.46% | - |
| HSV(B) | 245.61º | 0.63% | 0.67% | - |
| XYZ | 11.78 | 7.87 | 38.93 | - |
| YUV | 78.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 170 | 0.57 | 0.63 | 0 | 0.33 | 245.61 | 0.46 | 0.46 |
| Hex | 49 | 3F | AA | 39 | 3F | 0 | 21 | F6 | 2E | 2E |
| Octal | 111 | 77 | 252 | 71 | 77 | 0 | 41 | 366 | 56 | 56 |
| Binary | 1001001 | 111111 | 10101010 | 111001 | 111111 | 0 | 100001 | 11110110 | 101110 | 101110 |
Color Harmonies of #493FAA
Complementary color
Monochromatic Colors of #493FAA
Black with #493FAA
Text Example
Text Example
White with #493FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FAA; }
p { color: rgb(73,63,170); }
H1.HeaderClassName
{
color: #493FAA;
}
.AnyTagClassName
{
color: #493FAA;
}
</style>
background-color css
<style>
a { background-color: #493FAA; }
a { background-color: rgb(73,63,170); }
div.DivClassName
{
background-color: #493FAA;
}
.BgClassName
{
background-color: #493FAA;
}
</style>
border-color css
<style>
span { border-color: #493FAA; }
span { border-color: rgb(73,63,170); }
td.TdClassName
{
border-color: #493FAA;
}
.TagClassName
{
border-color: #493FAA;
}
</style>