Shades of Blue Gem #492DAB
Tints of Blue Gem #492DAB
RGB
CMYK
RGB Variations
Color information
#492DAB (or 0x492DAB) is known color: Blue Gem. HEX triplet: 49, 2D and AB. RGB value is (73,45,171). Sum of RGB (Red+Green+Blue) = 73+45+171=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #492DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492DAB is #B6D254. Grayscale: #434343. Windows color (decimal): -11981397 or 11218249. OLE color: 11218249.
HSL color Cylindrical-coordinate representation of color #492DAB: hue angle of 253.33º degrees, saturation: 0.58, 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 #492DAB is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 45 | 171 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.33 |
| HSL | 253.33º | 0.58% | 0.42% | - |
| HSV(B) | 253.33º | 0.74% | 0.67% | - |
| XYZ | 11.04 | 6.23 | 39.15 | - |
| YUV | 67.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 171 | 0.57 | 0.74 | 0 | 0.33 | 253.33 | 0.58 | 0.42 |
| Hex | 49 | 2D | AB | 39 | 4A | 0 | 21 | FD | 3A | 2A |
| Octal | 111 | 55 | 253 | 71 | 112 | 0 | 41 | 375 | 72 | 52 |
| Binary | 1001001 | 101101 | 10101011 | 111001 | 1001010 | 0 | 100001 | 11111101 | 111010 | 101010 |
Color Harmonies of #492DAB
Complementary color
Monochromatic Colors of #492DAB
Black with #492DAB
Text Example
Text Example
White with #492DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DAB; }
p { color: rgb(73,45,171); }
H1.HeaderClassName
{
color: #492DAB;
}
.AnyTagClassName
{
color: #492DAB;
}
</style>
background-color css
<style>
a { background-color: #492DAB; }
a { background-color: rgb(73,45,171); }
div.DivClassName
{
background-color: #492DAB;
}
.BgClassName
{
background-color: #492DAB;
}
</style>
border-color css
<style>
span { border-color: #492DAB; }
span { border-color: rgb(73,45,171); }
td.TdClassName
{
border-color: #492DAB;
}
.TagClassName
{
border-color: #492DAB;
}
</style>