Shades of Blue Gem #4A3DAE
Tints of Blue Gem #4A3DAE
RGB
CMYK
RGB Variations
Color information
#4A3DAE (or 0x4A3DAE) is known color: Blue Gem. HEX triplet: 4A, 3D and AE. RGB value is (74,61,174). Sum of RGB (Red+Green+Blue) = 74+61+174=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A3DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3DAE is #B5C251. Grayscale: #4D4D4D. Windows color (decimal): -11911762 or 11418954. OLE color: 11418954.
HSL color Cylindrical-coordinate representation of color #4A3DAE: hue angle of 246.9º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A3DAE is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 61 | 174 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.32 |
| HSL | 246.9º | 0.48% | 0.46% | - |
| HSV(B) | 246.9º | 0.65% | 0.68% | - |
| XYZ | 12.13 | 7.85 | 40.92 | - |
| YUV | 77.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 174 | 0.57 | 0.65 | 0 | 0.32 | 246.9 | 0.48 | 0.46 |
| Hex | 4A | 3D | AE | 39 | 41 | 0 | 20 | F7 | 30 | 2E |
| Octal | 112 | 75 | 256 | 71 | 101 | 0 | 40 | 367 | 60 | 56 |
| Binary | 1001010 | 111101 | 10101110 | 111001 | 1000001 | 0 | 100000 | 11110111 | 110000 | 101110 |
Color Harmonies of #4A3DAE
Complementary color
Monochromatic Colors of #4A3DAE
Black with #4A3DAE
Text Example
Text Example
White with #4A3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3DAE; }
p { color: rgb(74,61,174); }
H1.HeaderClassName
{
color: #4A3DAE;
}
.AnyTagClassName
{
color: #4A3DAE;
}
</style>
background-color css
<style>
a { background-color: #4A3DAE; }
a { background-color: rgb(74,61,174); }
div.DivClassName
{
background-color: #4A3DAE;
}
.BgClassName
{
background-color: #4A3DAE;
}
</style>
border-color css
<style>
span { border-color: #4A3DAE; }
span { border-color: rgb(74,61,174); }
td.TdClassName
{
border-color: #4A3DAE;
}
.TagClassName
{
border-color: #4A3DAE;
}
</style>