Shades of Blue Gem #4A39AD
Tints of Blue Gem #4A39AD
RGB
CMYK
RGB Variations
Color information
#4A39AD (or 0x4A39AD) is known color: Blue Gem. HEX triplet: 4A, 39 and AD. RGB value is (74,57,173). Sum of RGB (Red+Green+Blue) = 74+57+173=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A39AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A39AD is #B5C652. Grayscale: #4A4A4A. Windows color (decimal): -11912787 or 11352394. OLE color: 11352394.
HSL color Cylindrical-coordinate representation of color #4A39AD: hue angle of 248.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A39AD is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 57 | 173 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.32 |
| HSL | 248.79º | 0.5% | 0.45% | - |
| HSV(B) | 248.79º | 0.67% | 0.68% | - |
| XYZ | 11.83 | 7.4 | 40.34 | - |
| YUV | 75.31 | 183.13 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 173 | 0.57 | 0.67 | 0 | 0.32 | 248.79 | 0.5 | 0.45 |
| Hex | 4A | 39 | AD | 39 | 43 | 0 | 20 | F9 | 32 | 2D |
| Octal | 112 | 71 | 255 | 71 | 103 | 0 | 40 | 371 | 62 | 55 |
| Binary | 1001010 | 111001 | 10101101 | 111001 | 1000011 | 0 | 100000 | 11111001 | 110010 | 101101 |
Color Harmonies of #4A39AD
Complementary color
Monochromatic Colors of #4A39AD
Black with #4A39AD
Text Example
Text Example
White with #4A39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A39AD; }
p { color: rgb(74,57,173); }
H1.HeaderClassName
{
color: #4A39AD;
}
.AnyTagClassName
{
color: #4A39AD;
}
</style>
background-color css
<style>
a { background-color: #4A39AD; }
a { background-color: rgb(74,57,173); }
div.DivClassName
{
background-color: #4A39AD;
}
.BgClassName
{
background-color: #4A39AD;
}
</style>
border-color css
<style>
span { border-color: #4A39AD; }
span { border-color: rgb(74,57,173); }
td.TdClassName
{
border-color: #4A39AD;
}
.TagClassName
{
border-color: #4A39AD;
}
</style>