Shades of Blue Gem #4A219D
Tints of Blue Gem #4A219D
RGB
CMYK
RGB Variations
Color information
#4A219D (or 0x4A219D) is known color: Blue Gem. HEX triplet: 4A, 21 and 9D. RGB value is (74,33,157). Sum of RGB (Red+Green+Blue) = 74+33+157=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A219D is #B5DE62. Grayscale: #3A3A3A. Windows color (decimal): -11918947 or 10297674. OLE color: 10297674.
HSL color Cylindrical-coordinate representation of color #4A219D: hue angle of 259.84º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A219D is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 33 | 157 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.38 |
| HSL | 259.84º | 0.65% | 0.37% | - |
| HSV(B) | 259.84º | 0.79% | 0.62% | - |
| XYZ | 9.45 | 4.98 | 32.36 | - |
| YUV | 59.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 33 | 157 | 0.53 | 0.79 | 0 | 0.38 | 259.84 | 0.65 | 0.37 |
| Hex | 4A | 21 | 9D | 35 | 4F | 0 | 26 | 104 | 41 | 25 |
| Octal | 112 | 41 | 235 | 65 | 117 | 0 | 46 | 404 | 101 | 45 |
| Binary | 1001010 | 100001 | 10011101 | 110101 | 1001111 | 0 | 100110 | 100000100 | 1000001 | 100101 |
Color Harmonies of #4A219D
Complementary color
Monochromatic Colors of #4A219D
Black with #4A219D
Text Example
Text Example
White with #4A219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A219D; }
p { color: rgb(74,33,157); }
H1.HeaderClassName
{
color: #4A219D;
}
.AnyTagClassName
{
color: #4A219D;
}
</style>
background-color css
<style>
a { background-color: #4A219D; }
a { background-color: rgb(74,33,157); }
div.DivClassName
{
background-color: #4A219D;
}
.BgClassName
{
background-color: #4A219D;
}
</style>
border-color css
<style>
span { border-color: #4A219D; }
span { border-color: rgb(74,33,157); }
td.TdClassName
{
border-color: #4A219D;
}
.TagClassName
{
border-color: #4A219D;
}
</style>