Shades of Blue Gem #4A39AC
Tints of Blue Gem #4A39AC
RGB
CMYK
RGB Variations
Color information
#4A39AC (or 0x4A39AC) is known color: Blue Gem. HEX triplet: 4A, 39 and AC. RGB value is (74,57,172). Sum of RGB (Red+Green+Blue) = 74+57+172=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A39AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A39AC is #B5C653. Grayscale: #4A4A4A. Windows color (decimal): -11912788 or 11286858. OLE color: 11286858.
HSL color Cylindrical-coordinate representation of color #4A39AC: hue angle of 248.87º 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 #4A39AC is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 57 | 172 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.33 |
| HSL | 248.87º | 0.5% | 0.45% | - |
| HSV(B) | 248.87º | 0.67% | 0.67% | - |
| XYZ | 11.73 | 7.36 | 39.83 | - |
| YUV | 75.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 172 | 0.57 | 0.67 | 0 | 0.33 | 248.87 | 0.5 | 0.45 |
| Hex | 4A | 39 | AC | 39 | 43 | 0 | 21 | F9 | 32 | 2D |
| Octal | 112 | 71 | 254 | 71 | 103 | 0 | 41 | 371 | 62 | 55 |
| Binary | 1001010 | 111001 | 10101100 | 111001 | 1000011 | 0 | 100001 | 11111001 | 110010 | 101101 |
Color Harmonies of #4A39AC
Complementary color
Monochromatic Colors of #4A39AC
Black with #4A39AC
Text Example
Text Example
White with #4A39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A39AC; }
p { color: rgb(74,57,172); }
H1.HeaderClassName
{
color: #4A39AC;
}
.AnyTagClassName
{
color: #4A39AC;
}
</style>
background-color css
<style>
a { background-color: #4A39AC; }
a { background-color: rgb(74,57,172); }
div.DivClassName
{
background-color: #4A39AC;
}
.BgClassName
{
background-color: #4A39AC;
}
</style>
border-color css
<style>
span { border-color: #4A39AC; }
span { border-color: rgb(74,57,172); }
td.TdClassName
{
border-color: #4A39AC;
}
.TagClassName
{
border-color: #4A39AC;
}
</style>