Shades of Blue Gem #491C9D
Tints of Blue Gem #491C9D
RGB
CMYK
RGB Variations
Color information
#491C9D (or 0x491C9D) is known color: Blue Gem. HEX triplet: 49, 1C and 9D. RGB value is (73,28,157). Sum of RGB (Red+Green+Blue) = 73+28+157=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #491C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491C9D is #B6E362. Grayscale: #373737. Windows color (decimal): -11985763 or 10296393. OLE color: 10296393.
HSL color Cylindrical-coordinate representation of color #491C9D: hue angle of 260.93º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491C9D is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 28 | 157 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.38 |
| HSL | 260.93º | 0.7% | 0.36% | - |
| HSV(B) | 260.93º | 0.82% | 0.62% | - |
| XYZ | 9.25 | 4.68 | 32.31 | - |
| YUV | 56.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 157 | 0.54 | 0.82 | 0 | 0.38 | 260.93 | 0.7 | 0.36 |
| Hex | 49 | 1C | 9D | 36 | 52 | 0 | 26 | 105 | 46 | 24 |
| Octal | 111 | 34 | 235 | 66 | 122 | 0 | 46 | 405 | 106 | 44 |
| Binary | 1001001 | 11100 | 10011101 | 110110 | 1010010 | 0 | 100110 | 100000101 | 1000110 | 100100 |
Color Harmonies of #491C9D
Complementary color
Monochromatic Colors of #491C9D
Black with #491C9D
Text Example
Text Example
White with #491C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C9D; }
p { color: rgb(73,28,157); }
H1.HeaderClassName
{
color: #491C9D;
}
.AnyTagClassName
{
color: #491C9D;
}
</style>
background-color css
<style>
a { background-color: #491C9D; }
a { background-color: rgb(73,28,157); }
div.DivClassName
{
background-color: #491C9D;
}
.BgClassName
{
background-color: #491C9D;
}
</style>
border-color css
<style>
span { border-color: #491C9D; }
span { border-color: rgb(73,28,157); }
td.TdClassName
{
border-color: #491C9D;
}
.TagClassName
{
border-color: #491C9D;
}
</style>