Shades of Blue Gem #4928A0
Tints of Blue Gem #4928A0
RGB
CMYK
RGB Variations
Color information
#4928A0 (or 0x4928A0) is known color: Blue Gem. HEX triplet: 49, 28 and A0. RGB value is (73,40,160). Sum of RGB (Red+Green+Blue) = 73+40+160=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #4928A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4928A0 is #B6D75F. Grayscale: #3F3F3F. Windows color (decimal): -11982688 or 10496073. OLE color: 10496073.
HSL color Cylindrical-coordinate representation of color #4928A0: hue angle of 256.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4928A0 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 40 | 160 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.37 |
| HSL | 256.5º | 0.6% | 0.39% | - |
| HSV(B) | 256.5º | 0.75% | 0.63% | - |
| XYZ | 9.85 | 5.47 | 33.79 | - |
| YUV | 63.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 160 | 0.54 | 0.75 | 0 | 0.37 | 256.5 | 0.6 | 0.39 |
| Hex | 49 | 28 | A0 | 36 | 4B | 0 | 25 | 100 | 3C | 27 |
| Octal | 111 | 50 | 240 | 66 | 113 | 0 | 45 | 400 | 74 | 47 |
| Binary | 1001001 | 101000 | 10100000 | 110110 | 1001011 | 0 | 100101 | 100000000 | 111100 | 100111 |
Color Harmonies of #4928A0
Complementary color
Monochromatic Colors of #4928A0
Black with #4928A0
Text Example
Text Example
White with #4928A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4928A0; }
p { color: rgb(73,40,160); }
H1.HeaderClassName
{
color: #4928A0;
}
.AnyTagClassName
{
color: #4928A0;
}
</style>
background-color css
<style>
a { background-color: #4928A0; }
a { background-color: rgb(73,40,160); }
div.DivClassName
{
background-color: #4928A0;
}
.BgClassName
{
background-color: #4928A0;
}
</style>
border-color css
<style>
span { border-color: #4928A0; }
span { border-color: rgb(73,40,160); }
td.TdClassName
{
border-color: #4928A0;
}
.TagClassName
{
border-color: #4928A0;
}
</style>