Shades of Blue Gem #4932AB
Tints of Blue Gem #4932AB
RGB
CMYK
RGB Variations
Color information
#4932AB (or 0x4932AB) is known color: Blue Gem. HEX triplet: 49, 32 and AB. RGB value is (73,50,171). Sum of RGB (Red+Green+Blue) = 73+50+171=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #4932AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4932AB is #B6CD54. Grayscale: #464646. Windows color (decimal): -11980117 or 11219529. OLE color: 11219529.
HSL color Cylindrical-coordinate representation of color #4932AB: hue angle of 251.4º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4932AB is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 50 | 171 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.33 |
| HSL | 251.41º | 0.55% | 0.43% | - |
| HSV(B) | 251.41º | 0.71% | 0.67% | - |
| XYZ | 11.24 | 6.64 | 39.22 | - |
| YUV | 70.67 | 184.62 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 171 | 0.57 | 0.71 | 0 | 0.33 | 251.41 | 0.55 | 0.43 |
| Hex | 49 | 32 | AB | 39 | 47 | 0 | 21 | FB | 37 | 2B |
| Octal | 111 | 62 | 253 | 71 | 107 | 0 | 41 | 373 | 67 | 53 |
| Binary | 1001001 | 110010 | 10101011 | 111001 | 1000111 | 0 | 100001 | 11111011 | 110111 | 101011 |
Color Harmonies of #4932AB
Complementary color
Monochromatic Colors of #4932AB
Black with #4932AB
Text Example
Text Example
White with #4932AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932AB; }
p { color: rgb(73,50,171); }
H1.HeaderClassName
{
color: #4932AB;
}
.AnyTagClassName
{
color: #4932AB;
}
</style>
background-color css
<style>
a { background-color: #4932AB; }
a { background-color: rgb(73,50,171); }
div.DivClassName
{
background-color: #4932AB;
}
.BgClassName
{
background-color: #4932AB;
}
</style>
border-color css
<style>
span { border-color: #4932AB; }
span { border-color: rgb(73,50,171); }
td.TdClassName
{
border-color: #4932AB;
}
.TagClassName
{
border-color: #4932AB;
}
</style>