Shades of Blue Gem #493BAD
Tints of Blue Gem #493BAD
RGB
CMYK
RGB Variations
Color information
#493BAD (or 0x493BAD) is known color: Blue Gem. HEX triplet: 49, 3B and AD. RGB value is (73,59,173). Sum of RGB (Red+Green+Blue) = 73+59+173=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #493BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493BAD is #B6C452. Grayscale: #4B4B4B. Windows color (decimal): -11977811 or 11352905. OLE color: 11352905.
HSL color Cylindrical-coordinate representation of color #493BAD: hue angle of 247.37º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #493BAD is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 59 | 173 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.32 |
| HSL | 247.37º | 0.49% | 0.45% | - |
| HSV(B) | 247.37º | 0.66% | 0.68% | - |
| XYZ | 11.85 | 7.56 | 40.37 | - |
| YUV | 76.18 | 182.64 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 173 | 0.58 | 0.66 | 0 | 0.32 | 247.37 | 0.49 | 0.45 |
| Hex | 49 | 3B | AD | 3A | 42 | 0 | 20 | F7 | 31 | 2D |
| Octal | 111 | 73 | 255 | 72 | 102 | 0 | 40 | 367 | 61 | 55 |
| Binary | 1001001 | 111011 | 10101101 | 111010 | 1000010 | 0 | 100000 | 11110111 | 110001 | 101101 |
Color Harmonies of #493BAD
Complementary color
Monochromatic Colors of #493BAD
Black with #493BAD
Text Example
Text Example
White with #493BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493BAD; }
p { color: rgb(73,59,173); }
H1.HeaderClassName
{
color: #493BAD;
}
.AnyTagClassName
{
color: #493BAD;
}
</style>
background-color css
<style>
a { background-color: #493BAD; }
a { background-color: rgb(73,59,173); }
div.DivClassName
{
background-color: #493BAD;
}
.BgClassName
{
background-color: #493BAD;
}
</style>
border-color css
<style>
span { border-color: #493BAD; }
span { border-color: rgb(73,59,173); }
td.TdClassName
{
border-color: #493BAD;
}
.TagClassName
{
border-color: #493BAD;
}
</style>