Shades of Blue Gem #491E9B
Tints of Blue Gem #491E9B
RGB
CMYK
RGB Variations
Color information
#491E9B (or 0x491E9B) is known color: Blue Gem. HEX triplet: 49, 1E and 9B. RGB value is (73,30,155). Sum of RGB (Red+Green+Blue) = 73+30+155=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #491E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491E9B is #B6E164. Grayscale: #383838. Windows color (decimal): -11985253 or 10165833. OLE color: 10165833.
HSL color Cylindrical-coordinate representation of color #491E9B: hue angle of 260.64º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491E9B is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 30 | 155 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.39 |
| HSL | 260.64º | 0.68% | 0.36% | - |
| HSV(B) | 260.64º | 0.81% | 0.61% | - |
| XYZ | 9.13 | 4.71 | 31.44 | - |
| YUV | 57.11 | 183.25 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 155 | 0.53 | 0.81 | 0 | 0.39 | 260.64 | 0.68 | 0.36 |
| Hex | 49 | 1E | 9B | 35 | 51 | 0 | 27 | 105 | 44 | 24 |
| Octal | 111 | 36 | 233 | 65 | 121 | 0 | 47 | 405 | 104 | 44 |
| Binary | 1001001 | 11110 | 10011011 | 110101 | 1010001 | 0 | 100111 | 100000101 | 1000100 | 100100 |
Color Harmonies of #491E9B
Complementary color
Monochromatic Colors of #491E9B
Black with #491E9B
Text Example
Text Example
White with #491E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E9B; }
p { color: rgb(73,30,155); }
H1.HeaderClassName
{
color: #491E9B;
}
.AnyTagClassName
{
color: #491E9B;
}
</style>
background-color css
<style>
a { background-color: #491E9B; }
a { background-color: rgb(73,30,155); }
div.DivClassName
{
background-color: #491E9B;
}
.BgClassName
{
background-color: #491E9B;
}
</style>
border-color css
<style>
span { border-color: #491E9B; }
span { border-color: rgb(73,30,155); }
td.TdClassName
{
border-color: #491E9B;
}
.TagClassName
{
border-color: #491E9B;
}
</style>