Shades of Blue Gem #4C2894
Tints of Blue Gem #4C2894
RGB
CMYK
RGB Variations
Color information
#4C2894 (or 0x4C2894) is known color: Blue Gem. HEX triplet: 4C, 28 and 94. RGB value is (76,40,148). Sum of RGB (Red+Green+Blue) = 76+40+148=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #4C2894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2894 is #B3D76B. Grayscale: #3E3E3E. Windows color (decimal): -11786092 or 9709644. OLE color: 9709644.
HSL color Cylindrical-coordinate representation of color #4C2894: hue angle of 260º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C2894 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 40 | 148 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.42 |
| HSL | 260º | 0.57% | 0.37% | - |
| HSV(B) | 260º | 0.73% | 0.58% | - |
| XYZ | 9.08 | 5.19 | 28.54 | - |
| YUV | 63.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 148 | 0.49 | 0.73 | 0 | 0.42 | 260 | 0.57 | 0.37 |
| Hex | 4C | 28 | 94 | 31 | 49 | 0 | 2A | 104 | 39 | 25 |
| Octal | 114 | 50 | 224 | 61 | 111 | 0 | 52 | 404 | 71 | 45 |
| Binary | 1001100 | 101000 | 10010100 | 110001 | 1001001 | 0 | 101010 | 100000100 | 111001 | 100101 |
Color Harmonies of #4C2894
Complementary color
Monochromatic Colors of #4C2894
Black with #4C2894
Text Example
Text Example
White with #4C2894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2894; }
p { color: rgb(76,40,148); }
H1.HeaderClassName
{
color: #4C2894;
}
.AnyTagClassName
{
color: #4C2894;
}
</style>
background-color css
<style>
a { background-color: #4C2894; }
a { background-color: rgb(76,40,148); }
div.DivClassName
{
background-color: #4C2894;
}
.BgClassName
{
background-color: #4C2894;
}
</style>
border-color css
<style>
span { border-color: #4C2894; }
span { border-color: rgb(76,40,148); }
td.TdClassName
{
border-color: #4C2894;
}
.TagClassName
{
border-color: #4C2894;
}
</style>