Shades of Blue Gem #4A2DAB
Tints of Blue Gem #4A2DAB
RGB
CMYK
RGB Variations
Color information
#4A2DAB (or 0x4A2DAB) is known color: Blue Gem. HEX triplet: 4A, 2D and AB. RGB value is (74,45,171). Sum of RGB (Red+Green+Blue) = 74+45+171=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A2DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2DAB is #B5D254. Grayscale: #434343. Windows color (decimal): -11915861 or 11218250. OLE color: 11218250.
HSL color Cylindrical-coordinate representation of color #4A2DAB: hue angle of 253.81º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A2DAB is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 45 | 171 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.33 |
| HSL | 253.81º | 0.58% | 0.42% | - |
| HSV(B) | 253.81º | 0.74% | 0.67% | - |
| XYZ | 11.11 | 6.27 | 39.15 | - |
| YUV | 68.04 | 186.11 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 171 | 0.57 | 0.74 | 0 | 0.33 | 253.81 | 0.58 | 0.42 |
| Hex | 4A | 2D | AB | 39 | 4A | 0 | 21 | FE | 3A | 2A |
| Octal | 112 | 55 | 253 | 71 | 112 | 0 | 41 | 376 | 72 | 52 |
| Binary | 1001010 | 101101 | 10101011 | 111001 | 1001010 | 0 | 100001 | 11111110 | 111010 | 101010 |
Color Harmonies of #4A2DAB
Complementary color
Monochromatic Colors of #4A2DAB
Black with #4A2DAB
Text Example
Text Example
White with #4A2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2DAB; }
p { color: rgb(74,45,171); }
H1.HeaderClassName
{
color: #4A2DAB;
}
.AnyTagClassName
{
color: #4A2DAB;
}
</style>
background-color css
<style>
a { background-color: #4A2DAB; }
a { background-color: rgb(74,45,171); }
div.DivClassName
{
background-color: #4A2DAB;
}
.BgClassName
{
background-color: #4A2DAB;
}
</style>
border-color css
<style>
span { border-color: #4A2DAB; }
span { border-color: rgb(74,45,171); }
td.TdClassName
{
border-color: #4A2DAB;
}
.TagClassName
{
border-color: #4A2DAB;
}
</style>