Shades of Blue Gem #4A3BAD
Tints of Blue Gem #4A3BAD
RGB
CMYK
RGB Variations
Color information
#4A3BAD (or 0x4A3BAD) is known color: Blue Gem. HEX triplet: 4A, 3B and AD. RGB value is (74,59,173). Sum of RGB (Red+Green+Blue) = 74+59+173=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A3BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3BAD is #B5C452. Grayscale: #4C4C4C. Windows color (decimal): -11912275 or 11352906. OLE color: 11352906.
HSL color Cylindrical-coordinate representation of color #4A3BAD: hue angle of 247.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A3BAD is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 59 | 173 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.32 |
| HSL | 247.89º | 0.49% | 0.45% | - |
| HSV(B) | 247.89º | 0.66% | 0.68% | - |
| XYZ | 11.93 | 7.6 | 40.37 | - |
| YUV | 76.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 173 | 0.57 | 0.66 | 0 | 0.32 | 247.89 | 0.49 | 0.45 |
| Hex | 4A | 3B | AD | 39 | 42 | 0 | 20 | F8 | 31 | 2D |
| Octal | 112 | 73 | 255 | 71 | 102 | 0 | 40 | 370 | 61 | 55 |
| Binary | 1001010 | 111011 | 10101101 | 111001 | 1000010 | 0 | 100000 | 11111000 | 110001 | 101101 |
Color Harmonies of #4A3BAD
Complementary color
Monochromatic Colors of #4A3BAD
Black with #4A3BAD
Text Example
Text Example
White with #4A3BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3BAD; }
p { color: rgb(74,59,173); }
H1.HeaderClassName
{
color: #4A3BAD;
}
.AnyTagClassName
{
color: #4A3BAD;
}
</style>
background-color css
<style>
a { background-color: #4A3BAD; }
a { background-color: rgb(74,59,173); }
div.DivClassName
{
background-color: #4A3BAD;
}
.BgClassName
{
background-color: #4A3BAD;
}
</style>
border-color css
<style>
span { border-color: #4A3BAD; }
span { border-color: rgb(74,59,173); }
td.TdClassName
{
border-color: #4A3BAD;
}
.TagClassName
{
border-color: #4A3BAD;
}
</style>