Shades of Blue Gem #492BAB
Tints of Blue Gem #492BAB
RGB
CMYK
RGB Variations
Color information
#492BAB (or 0x492BAB) is known color: Blue Gem. HEX triplet: 49, 2B and AB. RGB value is (73,43,171). Sum of RGB (Red+Green+Blue) = 73+43+171=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #492BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492BAB is #B6D454. Grayscale: #424242. Windows color (decimal): -11981909 or 11217737. OLE color: 11217737.
HSL color Cylindrical-coordinate representation of color #492BAB: hue angle of 254.06º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492BAB is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 43 | 171 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.33 |
| HSL | 254.06º | 0.6% | 0.42% | - |
| HSV(B) | 254.06º | 0.75% | 0.67% | - |
| XYZ | 10.96 | 6.08 | 39.12 | - |
| YUV | 66.56 | 186.94 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 171 | 0.57 | 0.75 | 0 | 0.33 | 254.06 | 0.6 | 0.42 |
| Hex | 49 | 2B | AB | 39 | 4B | 0 | 21 | FE | 3C | 2A |
| Octal | 111 | 53 | 253 | 71 | 113 | 0 | 41 | 376 | 74 | 52 |
| Binary | 1001001 | 101011 | 10101011 | 111001 | 1001011 | 0 | 100001 | 11111110 | 111100 | 101010 |
Color Harmonies of #492BAB
Complementary color
Monochromatic Colors of #492BAB
Black with #492BAB
Text Example
Text Example
White with #492BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492BAB; }
p { color: rgb(73,43,171); }
H1.HeaderClassName
{
color: #492BAB;
}
.AnyTagClassName
{
color: #492BAB;
}
</style>
background-color css
<style>
a { background-color: #492BAB; }
a { background-color: rgb(73,43,171); }
div.DivClassName
{
background-color: #492BAB;
}
.BgClassName
{
background-color: #492BAB;
}
</style>
border-color css
<style>
span { border-color: #492BAB; }
span { border-color: rgb(73,43,171); }
td.TdClassName
{
border-color: #492BAB;
}
.TagClassName
{
border-color: #492BAB;
}
</style>