Shades of Blue Gem #493685
Tints of Blue Gem #493685
RGB
CMYK
RGB Variations
Color information
#493685 (or 0x493685) is known color: Blue Gem. HEX triplet: 49, 36 and 85. RGB value is (73,54,133). Sum of RGB (Red+Green+Blue) = 73+54+133=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #493685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493685 is #B6C97A. Grayscale: #444444. Windows color (decimal): -11979131 or 8730185. OLE color: 8730185.
HSL color Cylindrical-coordinate representation of color #493685: hue angle of 254.43º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493685 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 54 | 133 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.48 |
| HSL | 254.43º | 0.42% | 0.37% | - |
| HSV(B) | 254.43º | 0.59% | 0.52% | - |
| XYZ | 8.3 | 5.75 | 22.86 | - |
| YUV | 68.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 133 | 0.45 | 0.59 | 0 | 0.48 | 254.43 | 0.42 | 0.37 |
| Hex | 49 | 36 | 85 | 2D | 3B | 0 | 30 | FE | 2A | 25 |
| Octal | 111 | 66 | 205 | 55 | 73 | 0 | 60 | 376 | 52 | 45 |
| Binary | 1001001 | 110110 | 10000101 | 101101 | 111011 | 0 | 110000 | 11111110 | 101010 | 100101 |
Color Harmonies of #493685
Complementary color
Monochromatic Colors of #493685
Black with #493685
Text Example
Text Example
White with #493685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493685; }
p { color: rgb(73,54,133); }
H1.HeaderClassName
{
color: #493685;
}
.AnyTagClassName
{
color: #493685;
}
</style>
background-color css
<style>
a { background-color: #493685; }
a { background-color: rgb(73,54,133); }
div.DivClassName
{
background-color: #493685;
}
.BgClassName
{
background-color: #493685;
}
</style>
border-color css
<style>
span { border-color: #493685; }
span { border-color: rgb(73,54,133); }
td.TdClassName
{
border-color: #493685;
}
.TagClassName
{
border-color: #493685;
}
</style>