Shades of Blue Gem #492DAC
Tints of Blue Gem #492DAC
RGB
CMYK
RGB Variations
Color information
#492DAC (or 0x492DAC) is known color: Blue Gem. HEX triplet: 49, 2D and AC. RGB value is (73,45,172). Sum of RGB (Red+Green+Blue) = 73+45+172=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #492DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492DAC is #B6D253. Grayscale: #434343. Windows color (decimal): -11981396 or 11283785. OLE color: 11283785.
HSL color Cylindrical-coordinate representation of color #492DAC: hue angle of 253.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492DAC is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 45 | 172 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.33 |
| HSL | 253.23º | 0.59% | 0.43% | - |
| HSV(B) | 253.23º | 0.74% | 0.67% | - |
| XYZ | 11.13 | 6.27 | 39.65 | - |
| YUV | 67.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 172 | 0.58 | 0.74 | 0 | 0.33 | 253.23 | 0.59 | 0.43 |
| Hex | 49 | 2D | AC | 3A | 4A | 0 | 21 | FD | 3B | 2B |
| Octal | 111 | 55 | 254 | 72 | 112 | 0 | 41 | 375 | 73 | 53 |
| Binary | 1001001 | 101101 | 10101100 | 111010 | 1001010 | 0 | 100001 | 11111101 | 111011 | 101011 |
Color Harmonies of #492DAC
Complementary color
Monochromatic Colors of #492DAC
Black with #492DAC
Text Example
Text Example
White with #492DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DAC; }
p { color: rgb(73,45,172); }
H1.HeaderClassName
{
color: #492DAC;
}
.AnyTagClassName
{
color: #492DAC;
}
</style>
background-color css
<style>
a { background-color: #492DAC; }
a { background-color: rgb(73,45,172); }
div.DivClassName
{
background-color: #492DAC;
}
.BgClassName
{
background-color: #492DAC;
}
</style>
border-color css
<style>
span { border-color: #492DAC; }
span { border-color: rgb(73,45,172); }
td.TdClassName
{
border-color: #492DAC;
}
.TagClassName
{
border-color: #492DAC;
}
</style>