Shades of Blue Gem #4A1EA0
Tints of Blue Gem #4A1EA0
RGB
CMYK
RGB Variations
Color information
#4A1EA0 (or 0x4A1EA0) is known color: Blue Gem. HEX triplet: 4A, 1E and A0. RGB value is (74,30,160). Sum of RGB (Red+Green+Blue) = 74+30+160=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A1EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1EA0 is #B5E15F. Grayscale: #393939. Windows color (decimal): -11919712 or 10493514. OLE color: 10493514.
HSL color Cylindrical-coordinate representation of color #4A1EA0: hue angle of 260.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A1EA0 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 30 | 160 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.37 |
| HSL | 260.31º | 0.68% | 0.37% | - |
| HSV(B) | 260.31º | 0.81% | 0.63% | - |
| XYZ | 9.63 | 4.92 | 33.7 | - |
| YUV | 57.98 | 185.58 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 30 | 160 | 0.54 | 0.81 | 0 | 0.37 | 260.31 | 0.68 | 0.37 |
| Hex | 4A | 1E | A0 | 36 | 51 | 0 | 25 | 104 | 44 | 25 |
| Octal | 112 | 36 | 240 | 66 | 121 | 0 | 45 | 404 | 104 | 45 |
| Binary | 1001010 | 11110 | 10100000 | 110110 | 1010001 | 0 | 100101 | 100000100 | 1000100 | 100101 |
Color Harmonies of #4A1EA0
Complementary color
Monochromatic Colors of #4A1EA0
Black with #4A1EA0
Text Example
Text Example
White with #4A1EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1EA0; }
p { color: rgb(74,30,160); }
H1.HeaderClassName
{
color: #4A1EA0;
}
.AnyTagClassName
{
color: #4A1EA0;
}
</style>
background-color css
<style>
a { background-color: #4A1EA0; }
a { background-color: rgb(74,30,160); }
div.DivClassName
{
background-color: #4A1EA0;
}
.BgClassName
{
background-color: #4A1EA0;
}
</style>
border-color css
<style>
span { border-color: #4A1EA0; }
span { border-color: rgb(74,30,160); }
td.TdClassName
{
border-color: #4A1EA0;
}
.TagClassName
{
border-color: #4A1EA0;
}
</style>