Shades of Blue Gem #4926AB
Tints of Blue Gem #4926AB
RGB
CMYK
RGB Variations
Color information
#4926AB (or 0x4926AB) is known color: Blue Gem. HEX triplet: 49, 26 and AB. RGB value is (73,38,171). Sum of RGB (Red+Green+Blue) = 73+38+171=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #4926AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4926AB is #B6D954. Grayscale: #3F3F3F. Windows color (decimal): -11983189 or 11216457. OLE color: 11216457.
HSL color Cylindrical-coordinate representation of color #4926AB: hue angle of 255.79º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4926AB is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 38 | 171 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.33 |
| HSL | 255.79º | 0.64% | 0.41% | - |
| HSV(B) | 255.79º | 0.78% | 0.67% | - |
| XYZ | 10.79 | 5.74 | 39.07 | - |
| YUV | 63.63 | 188.6 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 38 | 171 | 0.57 | 0.78 | 0 | 0.33 | 255.79 | 0.64 | 0.41 |
| Hex | 49 | 26 | AB | 39 | 4E | 0 | 21 | 100 | 40 | 29 |
| Octal | 111 | 46 | 253 | 71 | 116 | 0 | 41 | 400 | 100 | 51 |
| Binary | 1001001 | 100110 | 10101011 | 111001 | 1001110 | 0 | 100001 | 100000000 | 1000000 | 101001 |
Color Harmonies of #4926AB
Complementary color
Monochromatic Colors of #4926AB
Black with #4926AB
Text Example
Text Example
White with #4926AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4926AB; }
p { color: rgb(73,38,171); }
H1.HeaderClassName
{
color: #4926AB;
}
.AnyTagClassName
{
color: #4926AB;
}
</style>
background-color css
<style>
a { background-color: #4926AB; }
a { background-color: rgb(73,38,171); }
div.DivClassName
{
background-color: #4926AB;
}
.BgClassName
{
background-color: #4926AB;
}
</style>
border-color css
<style>
span { border-color: #4926AB; }
span { border-color: rgb(73,38,171); }
td.TdClassName
{
border-color: #4926AB;
}
.TagClassName
{
border-color: #4926AB;
}
</style>