Shades of Blue Gem #491F9A
Tints of Blue Gem #491F9A
RGB
CMYK
RGB Variations
Color information
#491F9A (or 0x491F9A) is known color: Blue Gem. HEX triplet: 49, 1F and 9A. RGB value is (73,31,154). Sum of RGB (Red+Green+Blue) = 73+31+154=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #491F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491F9A is #B6E065. Grayscale: #393939. Windows color (decimal): -11984998 or 10100553. OLE color: 10100553.
HSL color Cylindrical-coordinate representation of color #491F9A: hue angle of 260.49º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491F9A is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 31 | 154 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.40 |
| HSL | 260.49º | 0.66% | 0.36% | - |
| HSV(B) | 260.49º | 0.8% | 0.6% | - |
| XYZ | 9.07 | 4.73 | 31.01 | - |
| YUV | 57.58 | 182.41 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 154 | 0.53 | 0.80 | 0 | 0.40 | 260.49 | 0.66 | 0.36 |
| Hex | 49 | 1F | 9A | 35 | 50 | 0 | 28 | 104 | 42 | 24 |
| Octal | 111 | 37 | 232 | 65 | 120 | 0 | 50 | 404 | 102 | 44 |
| Binary | 1001001 | 11111 | 10011010 | 110101 | 1010000 | 0 | 101000 | 100000100 | 1000010 | 100100 |
Color Harmonies of #491F9A
Complementary color
Monochromatic Colors of #491F9A
Black with #491F9A
Text Example
Text Example
White with #491F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F9A; }
p { color: rgb(73,31,154); }
H1.HeaderClassName
{
color: #491F9A;
}
.AnyTagClassName
{
color: #491F9A;
}
</style>
background-color css
<style>
a { background-color: #491F9A; }
a { background-color: rgb(73,31,154); }
div.DivClassName
{
background-color: #491F9A;
}
.BgClassName
{
background-color: #491F9A;
}
</style>
border-color css
<style>
span { border-color: #491F9A; }
span { border-color: rgb(73,31,154); }
td.TdClassName
{
border-color: #491F9A;
}
.TagClassName
{
border-color: #491F9A;
}
</style>