Shades of Blue Gem #4A3DAB
Tints of Blue Gem #4A3DAB
RGB
CMYK
RGB Variations
Color information
#4A3DAB (or 0x4A3DAB) is known color: Blue Gem. HEX triplet: 4A, 3D and AB. RGB value is (74,61,171). Sum of RGB (Red+Green+Blue) = 74+61+171=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A3DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3DAB is #B5C254. Grayscale: #4D4D4D. Windows color (decimal): -11911765 or 11222346. OLE color: 11222346.
HSL color Cylindrical-coordinate representation of color #4A3DAB: hue angle of 247.09º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A3DAB is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 61 | 171 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.33 |
| HSL | 247.09º | 0.47% | 0.45% | - |
| HSV(B) | 247.09º | 0.64% | 0.67% | - |
| XYZ | 11.84 | 7.73 | 39.4 | - |
| YUV | 77.43 | 180.81 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 171 | 0.57 | 0.64 | 0 | 0.33 | 247.09 | 0.47 | 0.45 |
| Hex | 4A | 3D | AB | 39 | 40 | 0 | 21 | F7 | 2F | 2D |
| Octal | 112 | 75 | 253 | 71 | 100 | 0 | 41 | 367 | 57 | 55 |
| Binary | 1001010 | 111101 | 10101011 | 111001 | 1000000 | 0 | 100001 | 11110111 | 101111 | 101101 |
Color Harmonies of #4A3DAB
Complementary color
Monochromatic Colors of #4A3DAB
Black with #4A3DAB
Text Example
Text Example
White with #4A3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3DAB; }
p { color: rgb(74,61,171); }
H1.HeaderClassName
{
color: #4A3DAB;
}
.AnyTagClassName
{
color: #4A3DAB;
}
</style>
background-color css
<style>
a { background-color: #4A3DAB; }
a { background-color: rgb(74,61,171); }
div.DivClassName
{
background-color: #4A3DAB;
}
.BgClassName
{
background-color: #4A3DAB;
}
</style>
border-color css
<style>
span { border-color: #4A3DAB; }
span { border-color: rgb(74,61,171); }
td.TdClassName
{
border-color: #4A3DAB;
}
.TagClassName
{
border-color: #4A3DAB;
}
</style>