Shades of Blue Gem #4928A1
Tints of Blue Gem #4928A1
RGB
CMYK
RGB Variations
Color information
#4928A1 (or 0x4928A1) is known color: Blue Gem. HEX triplet: 49, 28 and A1. RGB value is (73,40,161). Sum of RGB (Red+Green+Blue) = 73+40+161=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #4928A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4928A1 is #B6D75E. Grayscale: #3F3F3F. Windows color (decimal): -11982687 or 10561609. OLE color: 10561609.
HSL color Cylindrical-coordinate representation of color #4928A1: hue angle of 256.36º 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 #4928A1 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 40 | 161 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.37 |
| HSL | 256.36º | 0.6% | 0.39% | - |
| HSV(B) | 256.36º | 0.75% | 0.63% | - |
| XYZ | 9.94 | 5.51 | 34.26 | - |
| YUV | 63.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 161 | 0.55 | 0.75 | 0 | 0.37 | 256.36 | 0.6 | 0.39 |
| Hex | 49 | 28 | A1 | 37 | 4B | 0 | 25 | 100 | 3C | 27 |
| Octal | 111 | 50 | 241 | 67 | 113 | 0 | 45 | 400 | 74 | 47 |
| Binary | 1001001 | 101000 | 10100001 | 110111 | 1001011 | 0 | 100101 | 100000000 | 111100 | 100111 |
Color Harmonies of #4928A1
Complementary color
Monochromatic Colors of #4928A1
Black with #4928A1
Text Example
Text Example
White with #4928A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4928A1; }
p { color: rgb(73,40,161); }
H1.HeaderClassName
{
color: #4928A1;
}
.AnyTagClassName
{
color: #4928A1;
}
</style>
background-color css
<style>
a { background-color: #4928A1; }
a { background-color: rgb(73,40,161); }
div.DivClassName
{
background-color: #4928A1;
}
.BgClassName
{
background-color: #4928A1;
}
</style>
border-color css
<style>
span { border-color: #4928A1; }
span { border-color: rgb(73,40,161); }
td.TdClassName
{
border-color: #4928A1;
}
.TagClassName
{
border-color: #4928A1;
}
</style>