Shades of Blue Gem #492CAC
Tints of Blue Gem #492CAC
RGB
CMYK
RGB Variations
Color information
#492CAC (or 0x492CAC) is known color: Blue Gem. HEX triplet: 49, 2C and AC. RGB value is (73,44,172). Sum of RGB (Red+Green+Blue) = 73+44+172=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #492CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492CAC is #B6D353. Grayscale: #424242. Windows color (decimal): -11981652 or 11283529. OLE color: 11283529.
HSL color Cylindrical-coordinate representation of color #492CAC: hue angle of 253.59º 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 #492CAC is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 44 | 172 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.33 |
| HSL | 253.59º | 0.59% | 0.42% | - |
| HSV(B) | 253.59º | 0.74% | 0.67% | - |
| XYZ | 11.09 | 6.2 | 39.64 | - |
| YUV | 67.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 172 | 0.58 | 0.74 | 0 | 0.33 | 253.59 | 0.59 | 0.42 |
| Hex | 49 | 2C | AC | 3A | 4A | 0 | 21 | FE | 3B | 2A |
| Octal | 111 | 54 | 254 | 72 | 112 | 0 | 41 | 376 | 73 | 52 |
| Binary | 1001001 | 101100 | 10101100 | 111010 | 1001010 | 0 | 100001 | 11111110 | 111011 | 101010 |
Color Harmonies of #492CAC
Complementary color
Monochromatic Colors of #492CAC
Black with #492CAC
Text Example
Text Example
White with #492CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CAC; }
p { color: rgb(73,44,172); }
H1.HeaderClassName
{
color: #492CAC;
}
.AnyTagClassName
{
color: #492CAC;
}
</style>
background-color css
<style>
a { background-color: #492CAC; }
a { background-color: rgb(73,44,172); }
div.DivClassName
{
background-color: #492CAC;
}
.BgClassName
{
background-color: #492CAC;
}
</style>
border-color css
<style>
span { border-color: #492CAC; }
span { border-color: rgb(73,44,172); }
td.TdClassName
{
border-color: #492CAC;
}
.TagClassName
{
border-color: #492CAC;
}
</style>