Shades of Blue Gem #4A2DAC
Tints of Blue Gem #4A2DAC
RGB
CMYK
RGB Variations
Color information
#4A2DAC (or 0x4A2DAC) is known color: Blue Gem. HEX triplet: 4A, 2D and AC. RGB value is (74,45,172). Sum of RGB (Red+Green+Blue) = 74+45+172=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A2DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2DAC is #B5D253. Grayscale: #434343. Windows color (decimal): -11915860 or 11283786. OLE color: 11283786.
HSL color Cylindrical-coordinate representation of color #4A2DAC: hue angle of 253.7º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A2DAC is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 45 | 172 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.33 |
| HSL | 253.7º | 0.59% | 0.43% | - |
| HSV(B) | 253.7º | 0.74% | 0.67% | - |
| XYZ | 11.21 | 6.31 | 39.66 | - |
| YUV | 68.15 | 186.61 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 45 | 172 | 0.57 | 0.74 | 0 | 0.33 | 253.7 | 0.59 | 0.43 |
| Hex | 4A | 2D | AC | 39 | 4A | 0 | 21 | FE | 3B | 2B |
| Octal | 112 | 55 | 254 | 71 | 112 | 0 | 41 | 376 | 73 | 53 |
| Binary | 1001010 | 101101 | 10101100 | 111001 | 1001010 | 0 | 100001 | 11111110 | 111011 | 101011 |
Color Harmonies of #4A2DAC
Complementary color
Monochromatic Colors of #4A2DAC
Black with #4A2DAC
Text Example
Text Example
White with #4A2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2DAC; }
p { color: rgb(74,45,172); }
H1.HeaderClassName
{
color: #4A2DAC;
}
.AnyTagClassName
{
color: #4A2DAC;
}
</style>
background-color css
<style>
a { background-color: #4A2DAC; }
a { background-color: rgb(74,45,172); }
div.DivClassName
{
background-color: #4A2DAC;
}
.BgClassName
{
background-color: #4A2DAC;
}
</style>
border-color css
<style>
span { border-color: #4A2DAC; }
span { border-color: rgb(74,45,172); }
td.TdClassName
{
border-color: #4A2DAC;
}
.TagClassName
{
border-color: #4A2DAC;
}
</style>