Shades of Blue Gem #4C3CA1
Tints of Blue Gem #4C3CA1
RGB
CMYK
RGB Variations
Color information
#4C3CA1 (or 0x4C3CA1) is known color: Blue Gem. HEX triplet: 4C, 3C and A1. RGB value is (76,60,161). Sum of RGB (Red+Green+Blue) = 76+60+161=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 161 (63.28% from 255 or 54.21% from 297); Max value from RGB is 161 - color contains mainly: blue. Hex color #4C3CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3CA1 is #B3C35E. Grayscale: #4B4B4B. Windows color (decimal): -11780959 or 10566732. OLE color: 10566732.
HSL color Cylindrical-coordinate representation of color #4C3CA1: hue angle of 249.5º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C3CA1 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 60 | 161 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.37 |
| HSL | 249.5º | 0.46% | 0.43% | - |
| HSV(B) | 249.5º | 0.63% | 0.63% | - |
| XYZ | 11.03 | 7.34 | 34.55 | - |
| YUV | 76.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 161 | 0.53 | 0.63 | 0 | 0.37 | 249.5 | 0.46 | 0.43 |
| Hex | 4C | 3C | A1 | 35 | 3F | 0 | 25 | FA | 2E | 2B |
| Octal | 114 | 74 | 241 | 65 | 77 | 0 | 45 | 372 | 56 | 53 |
| Binary | 1001100 | 111100 | 10100001 | 110101 | 111111 | 0 | 100101 | 11111010 | 101110 | 101011 |
Color Harmonies of #4C3CA1
Complementary color
Monochromatic Colors of #4C3CA1
Black with #4C3CA1
Text Example
Text Example
White with #4C3CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3CA1; }
p { color: rgb(76,60,161); }
H1.HeaderClassName
{
color: #4C3CA1;
}
.AnyTagClassName
{
color: #4C3CA1;
}
</style>
background-color css
<style>
a { background-color: #4C3CA1; }
a { background-color: rgb(76,60,161); }
div.DivClassName
{
background-color: #4C3CA1;
}
.BgClassName
{
background-color: #4C3CA1;
}
</style>
border-color css
<style>
span { border-color: #4C3CA1; }
span { border-color: rgb(76,60,161); }
td.TdClassName
{
border-color: #4C3CA1;
}
.TagClassName
{
border-color: #4C3CA1;
}
</style>