Shades of Blue Gem #493784
Tints of Blue Gem #493784
RGB
CMYK
RGB Variations
Color information
#493784 (or 0x493784) is known color: Blue Gem. HEX triplet: 49, 37 and 84. RGB value is (73,55,132). Sum of RGB (Red+Green+Blue) = 73+55+132=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #493784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493784 is #B6C87B. Grayscale: #444444. Windows color (decimal): -11978876 or 8664905. OLE color: 8664905.
HSL color Cylindrical-coordinate representation of color #493784: hue angle of 254.03º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493784 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 55 | 132 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.48 |
| HSL | 254.03º | 0.41% | 0.37% | - |
| HSV(B) | 254.03º | 0.58% | 0.52% | - |
| XYZ | 8.28 | 5.81 | 22.52 | - |
| YUV | 69.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 55 | 132 | 0.45 | 0.58 | 0 | 0.48 | 254.03 | 0.41 | 0.37 |
| Hex | 49 | 37 | 84 | 2D | 3A | 0 | 30 | FE | 29 | 25 |
| Octal | 111 | 67 | 204 | 55 | 72 | 0 | 60 | 376 | 51 | 45 |
| Binary | 1001001 | 110111 | 10000100 | 101101 | 111010 | 0 | 110000 | 11111110 | 101001 | 100101 |
Color Harmonies of #493784
Complementary color
Monochromatic Colors of #493784
Black with #493784
Text Example
Text Example
White with #493784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493784; }
p { color: rgb(73,55,132); }
H1.HeaderClassName
{
color: #493784;
}
.AnyTagClassName
{
color: #493784;
}
</style>
background-color css
<style>
a { background-color: #493784; }
a { background-color: rgb(73,55,132); }
div.DivClassName
{
background-color: #493784;
}
.BgClassName
{
background-color: #493784;
}
</style>
border-color css
<style>
span { border-color: #493784; }
span { border-color: rgb(73,55,132); }
td.TdClassName
{
border-color: #493784;
}
.TagClassName
{
border-color: #493784;
}
</style>