Shades of Blue Gem #4C2E93
Tints of Blue Gem #4C2E93
RGB
CMYK
RGB Variations
Color information
#4C2E93 (or 0x4C2E93) is known color: Blue Gem. HEX triplet: 4C, 2E and 93. RGB value is (76,46,147). Sum of RGB (Red+Green+Blue) = 76+46+147=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C2E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2E93 is #B3D16C. Grayscale: #424242. Windows color (decimal): -11784557 or 9645644. OLE color: 9645644.
HSL color Cylindrical-coordinate representation of color #4C2E93: hue angle of 257.82º degrees, saturation: 0.52, 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 #4C2E93 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 46 | 147 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.42 |
| HSL | 257.82º | 0.52% | 0.38% | - |
| HSV(B) | 257.82º | 0.69% | 0.58% | - |
| XYZ | 9.22 | 5.6 | 28.2 | - |
| YUV | 66.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 147 | 0.48 | 0.69 | 0 | 0.42 | 257.82 | 0.52 | 0.38 |
| Hex | 4C | 2E | 93 | 30 | 45 | 0 | 2A | 102 | 34 | 26 |
| Octal | 114 | 56 | 223 | 60 | 105 | 0 | 52 | 402 | 64 | 46 |
| Binary | 1001100 | 101110 | 10010011 | 110000 | 1000101 | 0 | 101010 | 100000010 | 110100 | 100110 |
Color Harmonies of #4C2E93
Complementary color
Monochromatic Colors of #4C2E93
Black with #4C2E93
Text Example
Text Example
White with #4C2E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E93; }
p { color: rgb(76,46,147); }
H1.HeaderClassName
{
color: #4C2E93;
}
.AnyTagClassName
{
color: #4C2E93;
}
</style>
background-color css
<style>
a { background-color: #4C2E93; }
a { background-color: rgb(76,46,147); }
div.DivClassName
{
background-color: #4C2E93;
}
.BgClassName
{
background-color: #4C2E93;
}
</style>
border-color css
<style>
span { border-color: #4C2E93; }
span { border-color: rgb(76,46,147); }
td.TdClassName
{
border-color: #4C2E93;
}
.TagClassName
{
border-color: #4C2E93;
}
</style>