Shades of Blue Gem #4A1EA6
Tints of Blue Gem #4A1EA6
RGB
CMYK
RGB Variations
Color information
#4A1EA6 (or 0x4A1EA6) is known color: Blue Gem. HEX triplet: 4A, 1E and A6. RGB value is (74,30,166). Sum of RGB (Red+Green+Blue) = 74+30+166=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #4A1EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1EA6 is #B5E159. Grayscale: #3A3A3A. Windows color (decimal): -11919706 or 10886730. OLE color: 10886730.
HSL color Cylindrical-coordinate representation of color #4A1EA6: hue angle of 259.41º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1EA6 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 30 | 166 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.35 |
| HSL | 259.41º | 0.69% | 0.38% | - |
| HSV(B) | 259.41º | 0.82% | 0.65% | - |
| XYZ | 10.17 | 5.14 | 36.53 | - |
| YUV | 58.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 30 | 166 | 0.55 | 0.82 | 0 | 0.35 | 259.41 | 0.69 | 0.38 |
| Hex | 4A | 1E | A6 | 37 | 52 | 0 | 23 | 103 | 45 | 26 |
| Octal | 112 | 36 | 246 | 67 | 122 | 0 | 43 | 403 | 105 | 46 |
| Binary | 1001010 | 11110 | 10100110 | 110111 | 1010010 | 0 | 100011 | 100000011 | 1000101 | 100110 |
Color Harmonies of #4A1EA6
Complementary color
Monochromatic Colors of #4A1EA6
Black with #4A1EA6
Text Example
Text Example
White with #4A1EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1EA6; }
p { color: rgb(74,30,166); }
H1.HeaderClassName
{
color: #4A1EA6;
}
.AnyTagClassName
{
color: #4A1EA6;
}
</style>
background-color css
<style>
a { background-color: #4A1EA6; }
a { background-color: rgb(74,30,166); }
div.DivClassName
{
background-color: #4A1EA6;
}
.BgClassName
{
background-color: #4A1EA6;
}
</style>
border-color css
<style>
span { border-color: #4A1EA6; }
span { border-color: rgb(74,30,166); }
td.TdClassName
{
border-color: #4A1EA6;
}
.TagClassName
{
border-color: #4A1EA6;
}
</style>