Shades of Blue Gem #491B9D
Tints of Blue Gem #491B9D
RGB
CMYK
RGB Variations
Color information
#491B9D (or 0x491B9D) is known color: Blue Gem. HEX triplet: 49, 1B and 9D. RGB value is (73,27,157). Sum of RGB (Red+Green+Blue) = 73+27+157=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #491B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491B9D is #B6E462. Grayscale: #373737. Windows color (decimal): -11986019 or 10296137. OLE color: 10296137.
HSL color Cylindrical-coordinate representation of color #491B9D: hue angle of 261.23º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491B9D is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 27 | 157 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.38 |
| HSL | 261.23º | 0.71% | 0.36% | - |
| HSV(B) | 261.23º | 0.83% | 0.62% | - |
| XYZ | 9.23 | 4.63 | 32.31 | - |
| YUV | 55.57 | 185.24 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 157 | 0.54 | 0.83 | 0 | 0.38 | 261.23 | 0.71 | 0.36 |
| Hex | 49 | 1B | 9D | 36 | 53 | 0 | 26 | 105 | 47 | 24 |
| Octal | 111 | 33 | 235 | 66 | 123 | 0 | 46 | 405 | 107 | 44 |
| Binary | 1001001 | 11011 | 10011101 | 110110 | 1010011 | 0 | 100110 | 100000101 | 1000111 | 100100 |
Color Harmonies of #491B9D
Complementary color
Monochromatic Colors of #491B9D
Black with #491B9D
Text Example
Text Example
White with #491B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B9D; }
p { color: rgb(73,27,157); }
H1.HeaderClassName
{
color: #491B9D;
}
.AnyTagClassName
{
color: #491B9D;
}
</style>
background-color css
<style>
a { background-color: #491B9D; }
a { background-color: rgb(73,27,157); }
div.DivClassName
{
background-color: #491B9D;
}
.BgClassName
{
background-color: #491B9D;
}
</style>
border-color css
<style>
span { border-color: #491B9D; }
span { border-color: rgb(73,27,157); }
td.TdClassName
{
border-color: #491B9D;
}
.TagClassName
{
border-color: #491B9D;
}
</style>