Shades of Blue Gem #491DA2
Tints of Blue Gem #491DA2
RGB
CMYK
RGB Variations
Color information
#491DA2 (or 0x491DA2) is known color: Blue Gem. HEX triplet: 49, 1D and A2. RGB value is (73,29,162). Sum of RGB (Red+Green+Blue) = 73+29+162=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 162 (63.67% from 255 or 61.36% from 264); Max value from RGB is 162 - color contains mainly: blue. Hex color #491DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491DA2 is #B6E25D. Grayscale: #383838. Windows color (decimal): -11985502 or 10624329. OLE color: 10624329.
HSL color Cylindrical-coordinate representation of color #491DA2: hue angle of 259.85º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491DA2 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 29 | 162 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.36 |
| HSL | 259.85º | 0.7% | 0.37% | - |
| HSV(B) | 259.85º | 0.82% | 0.64% | - |
| XYZ | 9.71 | 4.9 | 34.62 | - |
| YUV | 57.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 162 | 0.55 | 0.82 | 0 | 0.36 | 259.85 | 0.7 | 0.37 |
| Hex | 49 | 1D | A2 | 37 | 52 | 0 | 24 | 104 | 46 | 25 |
| Octal | 111 | 35 | 242 | 67 | 122 | 0 | 44 | 404 | 106 | 45 |
| Binary | 1001001 | 11101 | 10100010 | 110111 | 1010010 | 0 | 100100 | 100000100 | 1000110 | 100101 |
Color Harmonies of #491DA2
Complementary color
Monochromatic Colors of #491DA2
Black with #491DA2
Text Example
Text Example
White with #491DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DA2; }
p { color: rgb(73,29,162); }
H1.HeaderClassName
{
color: #491DA2;
}
.AnyTagClassName
{
color: #491DA2;
}
</style>
background-color css
<style>
a { background-color: #491DA2; }
a { background-color: rgb(73,29,162); }
div.DivClassName
{
background-color: #491DA2;
}
.BgClassName
{
background-color: #491DA2;
}
</style>
border-color css
<style>
span { border-color: #491DA2; }
span { border-color: rgb(73,29,162); }
td.TdClassName
{
border-color: #491DA2;
}
.TagClassName
{
border-color: #491DA2;
}
</style>