Shades of Blue Gem #492DAD
Tints of Blue Gem #492DAD
RGB
CMYK
RGB Variations
Color information
#492DAD (or 0x492DAD) is known color: Blue Gem. HEX triplet: 49, 2D and AD. RGB value is (73,45,173). Sum of RGB (Red+Green+Blue) = 73+45+173=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #492DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492DAD is #B6D252. Grayscale: #434343. Windows color (decimal): -11981395 or 11349321. OLE color: 11349321.
HSL color Cylindrical-coordinate representation of color #492DAD: hue angle of 253.12º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492DAD is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 45 | 173 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.32 |
| HSL | 253.13º | 0.59% | 0.43% | - |
| HSV(B) | 253.13º | 0.74% | 0.68% | - |
| XYZ | 11.23 | 6.31 | 40.16 | - |
| YUV | 67.96 | 187.28 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 173 | 0.58 | 0.74 | 0 | 0.32 | 253.13 | 0.59 | 0.43 |
| Hex | 49 | 2D | AD | 3A | 4A | 0 | 20 | FD | 3B | 2B |
| Octal | 111 | 55 | 255 | 72 | 112 | 0 | 40 | 375 | 73 | 53 |
| Binary | 1001001 | 101101 | 10101101 | 111010 | 1001010 | 0 | 100000 | 11111101 | 111011 | 101011 |
Color Harmonies of #492DAD
Complementary color
Monochromatic Colors of #492DAD
Black with #492DAD
Text Example
Text Example
White with #492DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DAD; }
p { color: rgb(73,45,173); }
H1.HeaderClassName
{
color: #492DAD;
}
.AnyTagClassName
{
color: #492DAD;
}
</style>
background-color css
<style>
a { background-color: #492DAD; }
a { background-color: rgb(73,45,173); }
div.DivClassName
{
background-color: #492DAD;
}
.BgClassName
{
background-color: #492DAD;
}
</style>
border-color css
<style>
span { border-color: #492DAD; }
span { border-color: rgb(73,45,173); }
td.TdClassName
{
border-color: #492DAD;
}
.TagClassName
{
border-color: #492DAD;
}
</style>