Shades of Blue Gem #4C2D93
Tints of Blue Gem #4C2D93
RGB
CMYK
RGB Variations
Color information
#4C2D93 (or 0x4C2D93) is known color: Blue Gem. HEX triplet: 4C, 2D and 93. RGB value is (76,45,147). Sum of RGB (Red+Green+Blue) = 76+45+147=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C2D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2D93 is #B3D26C. Grayscale: #414141. Windows color (decimal): -11784813 or 9645388. OLE color: 9645388.
HSL color Cylindrical-coordinate representation of color #4C2D93: hue angle of 258.24º 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 #4C2D93 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 45 | 147 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.42 |
| HSL | 258.24º | 0.53% | 0.38% | - |
| HSV(B) | 258.24º | 0.69% | 0.58% | - |
| XYZ | 9.19 | 5.52 | 28.19 | - |
| YUV | 65.9 | 173.77 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 147 | 0.48 | 0.69 | 0 | 0.42 | 258.24 | 0.53 | 0.38 |
| Hex | 4C | 2D | 93 | 30 | 45 | 0 | 2A | 102 | 35 | 26 |
| Octal | 114 | 55 | 223 | 60 | 105 | 0 | 52 | 402 | 65 | 46 |
| Binary | 1001100 | 101101 | 10010011 | 110000 | 1000101 | 0 | 101010 | 100000010 | 110101 | 100110 |
Color Harmonies of #4C2D93
Complementary color
Monochromatic Colors of #4C2D93
Black with #4C2D93
Text Example
Text Example
White with #4C2D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2D93; }
p { color: rgb(76,45,147); }
H1.HeaderClassName
{
color: #4C2D93;
}
.AnyTagClassName
{
color: #4C2D93;
}
</style>
background-color css
<style>
a { background-color: #4C2D93; }
a { background-color: rgb(76,45,147); }
div.DivClassName
{
background-color: #4C2D93;
}
.BgClassName
{
background-color: #4C2D93;
}
</style>
border-color css
<style>
span { border-color: #4C2D93; }
span { border-color: rgb(76,45,147); }
td.TdClassName
{
border-color: #4C2D93;
}
.TagClassName
{
border-color: #4C2D93;
}
</style>