Shades of Blue Gem #491EA4
Tints of Blue Gem #491EA4
RGB
CMYK
RGB Variations
Color information
#491EA4 (or 0x491EA4) is known color: Blue Gem. HEX triplet: 49, 1E and A4. RGB value is (73,30,164). Sum of RGB (Red+Green+Blue) = 73+30+164=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #491EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491EA4 is #B6E15B. Grayscale: #393939. Windows color (decimal): -11985244 or 10755657. OLE color: 10755657.
HSL color Cylindrical-coordinate representation of color #491EA4: hue angle of 259.25º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491EA4 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 30 | 164 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.36 |
| HSL | 259.25º | 0.69% | 0.38% | - |
| HSV(B) | 259.25º | 0.82% | 0.64% | - |
| XYZ | 9.91 | 5.03 | 35.57 | - |
| YUV | 58.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 164 | 0.55 | 0.82 | 0 | 0.36 | 259.25 | 0.69 | 0.38 |
| Hex | 49 | 1E | A4 | 37 | 52 | 0 | 24 | 103 | 45 | 26 |
| Octal | 111 | 36 | 244 | 67 | 122 | 0 | 44 | 403 | 105 | 46 |
| Binary | 1001001 | 11110 | 10100100 | 110111 | 1010010 | 0 | 100100 | 100000011 | 1000101 | 100110 |
Color Harmonies of #491EA4
Complementary color
Monochromatic Colors of #491EA4
Black with #491EA4
Text Example
Text Example
White with #491EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EA4; }
p { color: rgb(73,30,164); }
H1.HeaderClassName
{
color: #491EA4;
}
.AnyTagClassName
{
color: #491EA4;
}
</style>
background-color css
<style>
a { background-color: #491EA4; }
a { background-color: rgb(73,30,164); }
div.DivClassName
{
background-color: #491EA4;
}
.BgClassName
{
background-color: #491EA4;
}
</style>
border-color css
<style>
span { border-color: #491EA4; }
span { border-color: rgb(73,30,164); }
td.TdClassName
{
border-color: #491EA4;
}
.TagClassName
{
border-color: #491EA4;
}
</style>