Shades of Blue Gem #4C2E95
Tints of Blue Gem #4C2E95
RGB
CMYK
RGB Variations
Color information
#4C2E95 (or 0x4C2E95) is known color: Blue Gem. HEX triplet: 4C, 2E and 95. RGB value is (76,46,149). Sum of RGB (Red+Green+Blue) = 76+46+149=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C2E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2E95 is #B3D16A. Grayscale: #424242. Windows color (decimal): -11784555 or 9776716. OLE color: 9776716.
HSL color Cylindrical-coordinate representation of color #4C2E95: hue angle of 257.48º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C2E95 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 46 | 149 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.42 |
| HSL | 257.48º | 0.53% | 0.38% | - |
| HSV(B) | 257.48º | 0.69% | 0.58% | - |
| XYZ | 9.38 | 5.66 | 29.03 | - |
| YUV | 66.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 149 | 0.49 | 0.69 | 0 | 0.42 | 257.48 | 0.53 | 0.38 |
| Hex | 4C | 2E | 95 | 31 | 45 | 0 | 2A | 101 | 35 | 26 |
| Octal | 114 | 56 | 225 | 61 | 105 | 0 | 52 | 401 | 65 | 46 |
| Binary | 1001100 | 101110 | 10010101 | 110001 | 1000101 | 0 | 101010 | 100000001 | 110101 | 100110 |
Color Harmonies of #4C2E95
Complementary color
Monochromatic Colors of #4C2E95
Black with #4C2E95
Text Example
Text Example
White with #4C2E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E95; }
p { color: rgb(76,46,149); }
H1.HeaderClassName
{
color: #4C2E95;
}
.AnyTagClassName
{
color: #4C2E95;
}
</style>
background-color css
<style>
a { background-color: #4C2E95; }
a { background-color: rgb(76,46,149); }
div.DivClassName
{
background-color: #4C2E95;
}
.BgClassName
{
background-color: #4C2E95;
}
</style>
border-color css
<style>
span { border-color: #4C2E95; }
span { border-color: rgb(76,46,149); }
td.TdClassName
{
border-color: #4C2E95;
}
.TagClassName
{
border-color: #4C2E95;
}
</style>