Shades of Blue Gem #492CAA
Tints of Blue Gem #492CAA
RGB
CMYK
RGB Variations
Color information
#492CAA (or 0x492CAA) is known color: Blue Gem. HEX triplet: 49, 2C and AA. RGB value is (73,44,170). Sum of RGB (Red+Green+Blue) = 73+44+170=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #492CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492CAA is #B6D355. Grayscale: #424242. Windows color (decimal): -11981654 or 11152457. OLE color: 11152457.
HSL color Cylindrical-coordinate representation of color #492CAA: hue angle of 253.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492CAA is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 44 | 170 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.33 |
| HSL | 253.81º | 0.59% | 0.42% | - |
| HSV(B) | 253.81º | 0.74% | 0.67% | - |
| XYZ | 10.9 | 6.12 | 38.64 | - |
| YUV | 67.04 | 186.11 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 170 | 0.57 | 0.74 | 0 | 0.33 | 253.81 | 0.59 | 0.42 |
| Hex | 49 | 2C | AA | 39 | 4A | 0 | 21 | FE | 3B | 2A |
| Octal | 111 | 54 | 252 | 71 | 112 | 0 | 41 | 376 | 73 | 52 |
| Binary | 1001001 | 101100 | 10101010 | 111001 | 1001010 | 0 | 100001 | 11111110 | 111011 | 101010 |
Color Harmonies of #492CAA
Complementary color
Monochromatic Colors of #492CAA
Black with #492CAA
Text Example
Text Example
White with #492CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CAA; }
p { color: rgb(73,44,170); }
H1.HeaderClassName
{
color: #492CAA;
}
.AnyTagClassName
{
color: #492CAA;
}
</style>
background-color css
<style>
a { background-color: #492CAA; }
a { background-color: rgb(73,44,170); }
div.DivClassName
{
background-color: #492CAA;
}
.BgClassName
{
background-color: #492CAA;
}
</style>
border-color css
<style>
span { border-color: #492CAA; }
span { border-color: rgb(73,44,170); }
td.TdClassName
{
border-color: #492CAA;
}
.TagClassName
{
border-color: #492CAA;
}
</style>