Shades of Blue Gem #491AA4
Tints of Blue Gem #491AA4
RGB
CMYK
RGB Variations
Color information
#491AA4 (or 0x491AA4) is known color: Blue Gem. HEX triplet: 49, 1A and A4. RGB value is (73,26,164). Sum of RGB (Red+Green+Blue) = 73+26+164=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 164 (64.45% from 255 or 62.36% from 263); Max value from RGB is 164 - color contains mainly: blue. Hex color #491AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491AA4 is #B6E55B. Grayscale: #373737. Windows color (decimal): -11986268 or 10754633. OLE color: 10754633.
HSL color Cylindrical-coordinate representation of color #491AA4: hue angle of 260.43º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491AA4 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 26 | 164 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.36 |
| HSL | 260.43º | 0.73% | 0.37% | - |
| HSV(B) | 260.43º | 0.84% | 0.64% | - |
| XYZ | 9.82 | 4.84 | 35.54 | - |
| YUV | 55.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 164 | 0.55 | 0.84 | 0 | 0.36 | 260.43 | 0.73 | 0.37 |
| Hex | 49 | 1A | A4 | 37 | 54 | 0 | 24 | 104 | 49 | 25 |
| Octal | 111 | 32 | 244 | 67 | 124 | 0 | 44 | 404 | 111 | 45 |
| Binary | 1001001 | 11010 | 10100100 | 110111 | 1010100 | 0 | 100100 | 100000100 | 1001001 | 100101 |
Color Harmonies of #491AA4
Complementary color
Monochromatic Colors of #491AA4
Black with #491AA4
Text Example
Text Example
White with #491AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AA4; }
p { color: rgb(73,26,164); }
H1.HeaderClassName
{
color: #491AA4;
}
.AnyTagClassName
{
color: #491AA4;
}
</style>
background-color css
<style>
a { background-color: #491AA4; }
a { background-color: rgb(73,26,164); }
div.DivClassName
{
background-color: #491AA4;
}
.BgClassName
{
background-color: #491AA4;
}
</style>
border-color css
<style>
span { border-color: #491AA4; }
span { border-color: rgb(73,26,164); }
td.TdClassName
{
border-color: #491AA4;
}
.TagClassName
{
border-color: #491AA4;
}
</style>