Shades of Blue Gem #4A3AAE
Tints of Blue Gem #4A3AAE
RGB
CMYK
RGB Variations
Color information
#4A3AAE (or 0x4A3AAE) is known color: Blue Gem. HEX triplet: 4A, 3A and AE. RGB value is (74,58,174). Sum of RGB (Red+Green+Blue) = 74+58+174=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A3AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3AAE is #B5C551. Grayscale: #4B4B4B. Windows color (decimal): -11912530 or 11418186. OLE color: 11418186.
HSL color Cylindrical-coordinate representation of color #4A3AAE: hue angle of 248.28º 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 #4A3AAE is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 58 | 174 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.32 |
| HSL | 248.28º | 0.5% | 0.45% | - |
| HSV(B) | 248.28º | 0.67% | 0.68% | - |
| XYZ | 11.98 | 7.54 | 40.87 | - |
| YUV | 76.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 174 | 0.57 | 0.67 | 0 | 0.32 | 248.28 | 0.5 | 0.45 |
| Hex | 4A | 3A | AE | 39 | 43 | 0 | 20 | F8 | 32 | 2D |
| Octal | 112 | 72 | 256 | 71 | 103 | 0 | 40 | 370 | 62 | 55 |
| Binary | 1001010 | 111010 | 10101110 | 111001 | 1000011 | 0 | 100000 | 11111000 | 110010 | 101101 |
Color Harmonies of #4A3AAE
Complementary color
Monochromatic Colors of #4A3AAE
Black with #4A3AAE
Text Example
Text Example
White with #4A3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3AAE; }
p { color: rgb(74,58,174); }
H1.HeaderClassName
{
color: #4A3AAE;
}
.AnyTagClassName
{
color: #4A3AAE;
}
</style>
background-color css
<style>
a { background-color: #4A3AAE; }
a { background-color: rgb(74,58,174); }
div.DivClassName
{
background-color: #4A3AAE;
}
.BgClassName
{
background-color: #4A3AAE;
}
</style>
border-color css
<style>
span { border-color: #4A3AAE; }
span { border-color: rgb(74,58,174); }
td.TdClassName
{
border-color: #4A3AAE;
}
.TagClassName
{
border-color: #4A3AAE;
}
</style>