Shades of Blue Gem #4C3CAC
Tints of Blue Gem #4C3CAC
RGB
CMYK
RGB Variations
Color information
#4C3CAC (or 0x4C3CAC) is known color: Blue Gem. HEX triplet: 4C, 3C and AC. RGB value is (76,60,172). Sum of RGB (Red+Green+Blue) = 76+60+172=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C3CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3CAC is #B3C353. Grayscale: #4D4D4D. Windows color (decimal): -11780948 or 11287628. OLE color: 11287628.
HSL color Cylindrical-coordinate representation of color #4C3CAC: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C3CAC is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 60 | 172 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.33 |
| HSL | 248.57º | 0.48% | 0.45% | - |
| HSV(B) | 248.57º | 0.65% | 0.67% | - |
| XYZ | 12.04 | 7.75 | 39.89 | - |
| YUV | 77.55 | 181.3 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 172 | 0.56 | 0.65 | 0 | 0.33 | 248.57 | 0.48 | 0.45 |
| Hex | 4C | 3C | AC | 38 | 41 | 0 | 21 | F9 | 30 | 2D |
| Octal | 114 | 74 | 254 | 70 | 101 | 0 | 41 | 371 | 60 | 55 |
| Binary | 1001100 | 111100 | 10101100 | 111000 | 1000001 | 0 | 100001 | 11111001 | 110000 | 101101 |
Color Harmonies of #4C3CAC
Complementary color
Monochromatic Colors of #4C3CAC
Black with #4C3CAC
Text Example
Text Example
White with #4C3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3CAC; }
p { color: rgb(76,60,172); }
H1.HeaderClassName
{
color: #4C3CAC;
}
.AnyTagClassName
{
color: #4C3CAC;
}
</style>
background-color css
<style>
a { background-color: #4C3CAC; }
a { background-color: rgb(76,60,172); }
div.DivClassName
{
background-color: #4C3CAC;
}
.BgClassName
{
background-color: #4C3CAC;
}
</style>
border-color css
<style>
span { border-color: #4C3CAC; }
span { border-color: rgb(76,60,172); }
td.TdClassName
{
border-color: #4C3CAC;
}
.TagClassName
{
border-color: #4C3CAC;
}
</style>