Shades of Blue Gem #4C1CA0
Tints of Blue Gem #4C1CA0
RGB
CMYK
RGB Variations
Color information
#4C1CA0 (or 0x4C1CA0) is known color: Blue Gem. HEX triplet: 4C, 1C and A0. RGB value is (76,28,160). Sum of RGB (Red+Green+Blue) = 76+28+160=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #4C1CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1CA0 is #B3E35F. Grayscale: #383838. Windows color (decimal): -11789152 or 10493004. OLE color: 10493004.
HSL color Cylindrical-coordinate representation of color #4C1CA0: hue angle of 261.82º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1CA0 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 28 | 160 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.37 |
| HSL | 261.82º | 0.7% | 0.37% | - |
| HSV(B) | 261.82º | 0.83% | 0.63% | - |
| XYZ | 9.74 | 4.91 | 33.69 | - |
| YUV | 57.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 28 | 160 | 0.52 | 0.82 | 0 | 0.37 | 261.82 | 0.7 | 0.37 |
| Hex | 4C | 1C | A0 | 34 | 52 | 0 | 25 | 106 | 46 | 25 |
| Octal | 114 | 34 | 240 | 64 | 122 | 0 | 45 | 406 | 106 | 45 |
| Binary | 1001100 | 11100 | 10100000 | 110100 | 1010010 | 0 | 100101 | 100000110 | 1000110 | 100101 |
Color Harmonies of #4C1CA0
Complementary color
Monochromatic Colors of #4C1CA0
Black with #4C1CA0
Text Example
Text Example
White with #4C1CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1CA0; }
p { color: rgb(76,28,160); }
H1.HeaderClassName
{
color: #4C1CA0;
}
.AnyTagClassName
{
color: #4C1CA0;
}
</style>
background-color css
<style>
a { background-color: #4C1CA0; }
a { background-color: rgb(76,28,160); }
div.DivClassName
{
background-color: #4C1CA0;
}
.BgClassName
{
background-color: #4C1CA0;
}
</style>
border-color css
<style>
span { border-color: #4C1CA0; }
span { border-color: rgb(76,28,160); }
td.TdClassName
{
border-color: #4C1CA0;
}
.TagClassName
{
border-color: #4C1CA0;
}
</style>