Shades of Blue Gem #4A39AB
Tints of Blue Gem #4A39AB
RGB
CMYK
RGB Variations
Color information
#4A39AB (or 0x4A39AB) is known color: Blue Gem. HEX triplet: 4A, 39 and AB. RGB value is (74,57,171). Sum of RGB (Red+Green+Blue) = 74+57+171=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A39AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A39AB is #B5C654. Grayscale: #4A4A4A. Windows color (decimal): -11912789 or 11221322. OLE color: 11221322.
HSL color Cylindrical-coordinate representation of color #4A39AB: hue angle of 248.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A39AB is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 57 | 171 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.33 |
| HSL | 248.95º | 0.5% | 0.45% | - |
| HSV(B) | 248.95º | 0.67% | 0.67% | - |
| XYZ | 11.64 | 7.32 | 39.33 | - |
| YUV | 75.08 | 182.13 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 171 | 0.57 | 0.67 | 0 | 0.33 | 248.95 | 0.5 | 0.45 |
| Hex | 4A | 39 | AB | 39 | 43 | 0 | 21 | F9 | 32 | 2D |
| Octal | 112 | 71 | 253 | 71 | 103 | 0 | 41 | 371 | 62 | 55 |
| Binary | 1001010 | 111001 | 10101011 | 111001 | 1000011 | 0 | 100001 | 11111001 | 110010 | 101101 |
Color Harmonies of #4A39AB
Complementary color
Monochromatic Colors of #4A39AB
Black with #4A39AB
Text Example
Text Example
White with #4A39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A39AB; }
p { color: rgb(74,57,171); }
H1.HeaderClassName
{
color: #4A39AB;
}
.AnyTagClassName
{
color: #4A39AB;
}
</style>
background-color css
<style>
a { background-color: #4A39AB; }
a { background-color: rgb(74,57,171); }
div.DivClassName
{
background-color: #4A39AB;
}
.BgClassName
{
background-color: #4A39AB;
}
</style>
border-color css
<style>
span { border-color: #4A39AB; }
span { border-color: rgb(74,57,171); }
td.TdClassName
{
border-color: #4A39AB;
}
.TagClassName
{
border-color: #4A39AB;
}
</style>