Shades of Blue Gem #491FA3
Tints of Blue Gem #491FA3
RGB
CMYK
RGB Variations
Color information
#491FA3 (or 0x491FA3) is known color: Blue Gem. HEX triplet: 49, 1F and A3. RGB value is (73,31,163). Sum of RGB (Red+Green+Blue) = 73+31+163=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 163 (64.06% from 255 or 61.05% from 267); Max value from RGB is 163 - color contains mainly: blue. Hex color #491FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491FA3 is #B6E05C. Grayscale: #3A3A3A. Windows color (decimal): -11984989 or 10690377. OLE color: 10690377.
HSL color Cylindrical-coordinate representation of color #491FA3: hue angle of 259.09º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491FA3 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 31 | 163 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.36 |
| HSL | 259.09º | 0.68% | 0.38% | - |
| HSV(B) | 259.09º | 0.81% | 0.64% | - |
| XYZ | 9.85 | 5.04 | 35.1 | - |
| YUV | 58.61 | 186.91 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 163 | 0.55 | 0.81 | 0 | 0.36 | 259.09 | 0.68 | 0.38 |
| Hex | 49 | 1F | A3 | 37 | 51 | 0 | 24 | 103 | 44 | 26 |
| Octal | 111 | 37 | 243 | 67 | 121 | 0 | 44 | 403 | 104 | 46 |
| Binary | 1001001 | 11111 | 10100011 | 110111 | 1010001 | 0 | 100100 | 100000011 | 1000100 | 100110 |
Color Harmonies of #491FA3
Complementary color
Monochromatic Colors of #491FA3
Black with #491FA3
Text Example
Text Example
White with #491FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FA3; }
p { color: rgb(73,31,163); }
H1.HeaderClassName
{
color: #491FA3;
}
.AnyTagClassName
{
color: #491FA3;
}
</style>
background-color css
<style>
a { background-color: #491FA3; }
a { background-color: rgb(73,31,163); }
div.DivClassName
{
background-color: #491FA3;
}
.BgClassName
{
background-color: #491FA3;
}
</style>
border-color css
<style>
span { border-color: #491FA3; }
span { border-color: rgb(73,31,163); }
td.TdClassName
{
border-color: #491FA3;
}
.TagClassName
{
border-color: #491FA3;
}
</style>