Shades of Blue Gem #4C2893
Tints of Blue Gem #4C2893
RGB
CMYK
RGB Variations
Color information
#4C2893 (or 0x4C2893) is known color: Blue Gem. HEX triplet: 4C, 28 and 93. RGB value is (76,40,147). Sum of RGB (Red+Green+Blue) = 76+40+147=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C2893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2893 is #B3D76C. Grayscale: #3E3E3E. Windows color (decimal): -11786093 or 9644108. OLE color: 9644108.
HSL color Cylindrical-coordinate representation of color #4C2893: hue angle of 260.19º 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 #4C2893 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 40 | 147 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.42 |
| HSL | 260.19º | 0.57% | 0.37% | - |
| HSV(B) | 260.19º | 0.73% | 0.58% | - |
| XYZ | 9.01 | 5.16 | 28.13 | - |
| YUV | 62.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 147 | 0.48 | 0.73 | 0 | 0.42 | 260.19 | 0.57 | 0.37 |
| Hex | 4C | 28 | 93 | 30 | 49 | 0 | 2A | 104 | 39 | 25 |
| Octal | 114 | 50 | 223 | 60 | 111 | 0 | 52 | 404 | 71 | 45 |
| Binary | 1001100 | 101000 | 10010011 | 110000 | 1001001 | 0 | 101010 | 100000100 | 111001 | 100101 |
Color Harmonies of #4C2893
Complementary color
Monochromatic Colors of #4C2893
Black with #4C2893
Text Example
Text Example
White with #4C2893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2893; }
p { color: rgb(76,40,147); }
H1.HeaderClassName
{
color: #4C2893;
}
.AnyTagClassName
{
color: #4C2893;
}
</style>
background-color css
<style>
a { background-color: #4C2893; }
a { background-color: rgb(76,40,147); }
div.DivClassName
{
background-color: #4C2893;
}
.BgClassName
{
background-color: #4C2893;
}
</style>
border-color css
<style>
span { border-color: #4C2893; }
span { border-color: rgb(76,40,147); }
td.TdClassName
{
border-color: #4C2893;
}
.TagClassName
{
border-color: #4C2893;
}
</style>