Shades of Blue Gem #4A19A0
Tints of Blue Gem #4A19A0
RGB
CMYK
RGB Variations
Color information
#4A19A0 (or 0x4A19A0) is known color: Blue Gem. HEX triplet: 4A, 19 and A0. RGB value is (74,25,160). Sum of RGB (Red+Green+Blue) = 74+25+160=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A19A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A19A0 is #B5E65F. Grayscale: #363636. Windows color (decimal): -11920992 or 10492234. OLE color: 10492234.
HSL color Cylindrical-coordinate representation of color #4A19A0: hue angle of 261.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A19A0 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 25 | 160 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.37 |
| HSL | 261.78º | 0.73% | 0.36% | - |
| HSV(B) | 261.78º | 0.84% | 0.63% | - |
| XYZ | 9.52 | 4.69 | 33.66 | - |
| YUV | 55.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 25 | 160 | 0.54 | 0.84 | 0 | 0.37 | 261.78 | 0.73 | 0.36 |
| Hex | 4A | 19 | A0 | 36 | 54 | 0 | 25 | 106 | 49 | 24 |
| Octal | 112 | 31 | 240 | 66 | 124 | 0 | 45 | 406 | 111 | 44 |
| Binary | 1001010 | 11001 | 10100000 | 110110 | 1010100 | 0 | 100101 | 100000110 | 1001001 | 100100 |
Color Harmonies of #4A19A0
Complementary color
Monochromatic Colors of #4A19A0
Black with #4A19A0
Text Example
Text Example
White with #4A19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A19A0; }
p { color: rgb(74,25,160); }
H1.HeaderClassName
{
color: #4A19A0;
}
.AnyTagClassName
{
color: #4A19A0;
}
</style>
background-color css
<style>
a { background-color: #4A19A0; }
a { background-color: rgb(74,25,160); }
div.DivClassName
{
background-color: #4A19A0;
}
.BgClassName
{
background-color: #4A19A0;
}
</style>
border-color css
<style>
span { border-color: #4A19A0; }
span { border-color: rgb(74,25,160); }
td.TdClassName
{
border-color: #4A19A0;
}
.TagClassName
{
border-color: #4A19A0;
}
</style>