Shades of Blue Gem #4C2DAA
Tints of Blue Gem #4C2DAA
RGB
CMYK
RGB Variations
Color information
#4C2DAA (or 0x4C2DAA) is known color: Blue Gem. HEX triplet: 4C, 2D and AA. RGB value is (76,45,170). Sum of RGB (Red+Green+Blue) = 76+45+170=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C2DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2DAA is #B3D255. Grayscale: #444444. Windows color (decimal): -11784790 or 11152716. OLE color: 11152716.
HSL color Cylindrical-coordinate representation of color #4C2DAA: hue angle of 254.88º 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 #4C2DAA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 45 | 170 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.33 |
| HSL | 254.88º | 0.58% | 0.42% | - |
| HSV(B) | 254.88º | 0.74% | 0.67% | - |
| XYZ | 11.17 | 6.32 | 38.66 | - |
| YUV | 68.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 170 | 0.55 | 0.74 | 0 | 0.33 | 254.88 | 0.58 | 0.42 |
| Hex | 4C | 2D | AA | 37 | 4A | 0 | 21 | FF | 3A | 2A |
| Octal | 114 | 55 | 252 | 67 | 112 | 0 | 41 | 377 | 72 | 52 |
| Binary | 1001100 | 101101 | 10101010 | 110111 | 1001010 | 0 | 100001 | 11111111 | 111010 | 101010 |
Color Harmonies of #4C2DAA
Complementary color
Monochromatic Colors of #4C2DAA
Black with #4C2DAA
Text Example
Text Example
White with #4C2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2DAA; }
p { color: rgb(76,45,170); }
H1.HeaderClassName
{
color: #4C2DAA;
}
.AnyTagClassName
{
color: #4C2DAA;
}
</style>
background-color css
<style>
a { background-color: #4C2DAA; }
a { background-color: rgb(76,45,170); }
div.DivClassName
{
background-color: #4C2DAA;
}
.BgClassName
{
background-color: #4C2DAA;
}
</style>
border-color css
<style>
span { border-color: #4C2DAA; }
span { border-color: rgb(76,45,170); }
td.TdClassName
{
border-color: #4C2DAA;
}
.TagClassName
{
border-color: #4C2DAA;
}
</style>