Shades of Blue Gem #493BA6
Tints of Blue Gem #493BA6
RGB
CMYK
RGB Variations
Color information
#493BA6 (or 0x493BA6) is known color: Blue Gem. HEX triplet: 49, 3B and A6. RGB value is (73,59,166). Sum of RGB (Red+Green+Blue) = 73+59+166=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 166 (65.23% from 255 or 55.70% from 298); Max value from RGB is 166 - color contains mainly: blue. Hex color #493BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493BA6 is #B6C459. Grayscale: #4A4A4A. Windows color (decimal): -11977818 or 10894153. OLE color: 10894153.
HSL color Cylindrical-coordinate representation of color #493BA6: hue angle of 247.85º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493BA6 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 59 | 166 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.35 |
| HSL | 247.85º | 0.48% | 0.44% | - |
| HSV(B) | 247.85º | 0.64% | 0.65% | - |
| XYZ | 11.19 | 7.3 | 36.89 | - |
| YUV | 75.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 166 | 0.56 | 0.64 | 0 | 0.35 | 247.85 | 0.48 | 0.44 |
| Hex | 49 | 3B | A6 | 38 | 40 | 0 | 23 | F8 | 30 | 2C |
| Octal | 111 | 73 | 246 | 70 | 100 | 0 | 43 | 370 | 60 | 54 |
| Binary | 1001001 | 111011 | 10100110 | 111000 | 1000000 | 0 | 100011 | 11111000 | 110000 | 101100 |
Color Harmonies of #493BA6
Complementary color
Monochromatic Colors of #493BA6
Black with #493BA6
Text Example
Text Example
White with #493BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493BA6; }
p { color: rgb(73,59,166); }
H1.HeaderClassName
{
color: #493BA6;
}
.AnyTagClassName
{
color: #493BA6;
}
</style>
background-color css
<style>
a { background-color: #493BA6; }
a { background-color: rgb(73,59,166); }
div.DivClassName
{
background-color: #493BA6;
}
.BgClassName
{
background-color: #493BA6;
}
</style>
border-color css
<style>
span { border-color: #493BA6; }
span { border-color: rgb(73,59,166); }
td.TdClassName
{
border-color: #493BA6;
}
.TagClassName
{
border-color: #493BA6;
}
</style>