Shades of Blue Gem #493FA3
Tints of Blue Gem #493FA3
RGB
CMYK
RGB Variations
Color information
#493FA3 (or 0x493FA3) is known color: Blue Gem. HEX triplet: 49, 3F and A3. RGB value is (73,63,163). Sum of RGB (Red+Green+Blue) = 73+63+163=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 163 (64.06% from 255 or 54.52% from 299); Max value from RGB is 163 - color contains mainly: blue. Hex color #493FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493FA3 is #B6C05C. Grayscale: #4D4D4D. Windows color (decimal): -11976797 or 10698569. OLE color: 10698569.
HSL color Cylindrical-coordinate representation of color #493FA3: hue angle of 246º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #493FA3 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 63 | 163 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.36 |
| HSL | 246º | 0.44% | 0.44% | - |
| HSV(B) | 246º | 0.61% | 0.64% | - |
| XYZ | 11.14 | 7.62 | 35.53 | - |
| YUV | 77.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 163 | 0.55 | 0.61 | 0 | 0.36 | 246 | 0.44 | 0.44 |
| Hex | 49 | 3F | A3 | 37 | 3D | 0 | 24 | F6 | 2C | 2C |
| Octal | 111 | 77 | 243 | 67 | 75 | 0 | 44 | 366 | 54 | 54 |
| Binary | 1001001 | 111111 | 10100011 | 110111 | 111101 | 0 | 100100 | 11110110 | 101100 | 101100 |
Color Harmonies of #493FA3
Complementary color
Monochromatic Colors of #493FA3
Black with #493FA3
Text Example
Text Example
White with #493FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493FA3; }
p { color: rgb(73,63,163); }
H1.HeaderClassName
{
color: #493FA3;
}
.AnyTagClassName
{
color: #493FA3;
}
</style>
background-color css
<style>
a { background-color: #493FA3; }
a { background-color: rgb(73,63,163); }
div.DivClassName
{
background-color: #493FA3;
}
.BgClassName
{
background-color: #493FA3;
}
</style>
border-color css
<style>
span { border-color: #493FA3; }
span { border-color: rgb(73,63,163); }
td.TdClassName
{
border-color: #493FA3;
}
.TagClassName
{
border-color: #493FA3;
}
</style>