Shades of Blue Gem #492BAA
Tints of Blue Gem #492BAA
RGB
CMYK
RGB Variations
Color information
#492BAA (or 0x492BAA) is known color: Blue Gem. HEX triplet: 49, 2B and AA. RGB value is (73,43,170). Sum of RGB (Red+Green+Blue) = 73+43+170=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #492BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492BAA is #B6D455. Grayscale: #414141. Windows color (decimal): -11981910 or 11152201. OLE color: 11152201.
HSL color Cylindrical-coordinate representation of color #492BAA: hue angle of 254.17º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492BAA is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 43 | 170 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.33 |
| HSL | 254.17º | 0.6% | 0.42% | - |
| HSV(B) | 254.17º | 0.75% | 0.67% | - |
| XYZ | 10.87 | 6.05 | 38.62 | - |
| YUV | 66.45 | 186.44 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 170 | 0.57 | 0.75 | 0 | 0.33 | 254.17 | 0.6 | 0.42 |
| Hex | 49 | 2B | AA | 39 | 4B | 0 | 21 | FE | 3C | 2A |
| Octal | 111 | 53 | 252 | 71 | 113 | 0 | 41 | 376 | 74 | 52 |
| Binary | 1001001 | 101011 | 10101010 | 111001 | 1001011 | 0 | 100001 | 11111110 | 111100 | 101010 |
Color Harmonies of #492BAA
Complementary color
Monochromatic Colors of #492BAA
Black with #492BAA
Text Example
Text Example
White with #492BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BAA; }
p { color: rgb(73,43,170); }
H1.HeaderClassName
{
color: #492BAA;
}
.AnyTagClassName
{
color: #492BAA;
}
</style>
background-color css
<style>
a { background-color: #492BAA; }
a { background-color: rgb(73,43,170); }
div.DivClassName
{
background-color: #492BAA;
}
.BgClassName
{
background-color: #492BAA;
}
</style>
border-color css
<style>
span { border-color: #492BAA; }
span { border-color: rgb(73,43,170); }
td.TdClassName
{
border-color: #492BAA;
}
.TagClassName
{
border-color: #492BAA;
}
</style>