Shades of Blue Gem #4C2B91
Tints of Blue Gem #4C2B91
RGB
CMYK
RGB Variations
Color information
#4C2B91 (or 0x4C2B91) is known color: Blue Gem. HEX triplet: 4C, 2B and 91. RGB value is (76,43,145). Sum of RGB (Red+Green+Blue) = 76+43+145=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C2B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2B91 is #B3D46E. Grayscale: #404040. Windows color (decimal): -11785327 or 9513804. OLE color: 9513804.
HSL color Cylindrical-coordinate representation of color #4C2B91: hue angle of 259.41º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C2B91 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 43 | 145 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.43 |
| HSL | 259.41º | 0.54% | 0.37% | - |
| HSV(B) | 259.41º | 0.7% | 0.57% | - |
| XYZ | 8.96 | 5.31 | 27.34 | - |
| YUV | 64.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 145 | 0.48 | 0.70 | 0 | 0.43 | 259.41 | 0.54 | 0.37 |
| Hex | 4C | 2B | 91 | 30 | 46 | 0 | 2B | 103 | 36 | 25 |
| Octal | 114 | 53 | 221 | 60 | 106 | 0 | 53 | 403 | 66 | 45 |
| Binary | 1001100 | 101011 | 10010001 | 110000 | 1000110 | 0 | 101011 | 100000011 | 110110 | 100101 |
Color Harmonies of #4C2B91
Complementary color
Monochromatic Colors of #4C2B91
Black with #4C2B91
Text Example
Text Example
White with #4C2B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2B91; }
p { color: rgb(76,43,145); }
H1.HeaderClassName
{
color: #4C2B91;
}
.AnyTagClassName
{
color: #4C2B91;
}
</style>
background-color css
<style>
a { background-color: #4C2B91; }
a { background-color: rgb(76,43,145); }
div.DivClassName
{
background-color: #4C2B91;
}
.BgClassName
{
background-color: #4C2B91;
}
</style>
border-color css
<style>
span { border-color: #4C2B91; }
span { border-color: rgb(76,43,145); }
td.TdClassName
{
border-color: #4C2B91;
}
.TagClassName
{
border-color: #4C2B91;
}
</style>