Shades of Blue Gem #4C209D
Tints of Blue Gem #4C209D
RGB
CMYK
RGB Variations
Color information
#4C209D (or 0x4C209D) is known color: Blue Gem. HEX triplet: 4C, 20 and 9D. RGB value is (76,32,157). Sum of RGB (Red+Green+Blue) = 76+32+157=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C209D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C209D is #B3DF62. Grayscale: #3A3A3A. Windows color (decimal): -11788131 or 10297420. OLE color: 10297420.
HSL color Cylindrical-coordinate representation of color #4C209D: hue angle of 261.12º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C209D is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 32 | 157 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.38 |
| HSL | 261.12º | 0.66% | 0.37% | - |
| HSV(B) | 261.12º | 0.8% | 0.62% | - |
| XYZ | 9.58 | 5 | 32.36 | - |
| YUV | 59.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 157 | 0.52 | 0.80 | 0 | 0.38 | 261.12 | 0.66 | 0.37 |
| Hex | 4C | 20 | 9D | 34 | 50 | 0 | 26 | 105 | 42 | 25 |
| Octal | 114 | 40 | 235 | 64 | 120 | 0 | 46 | 405 | 102 | 45 |
| Binary | 1001100 | 100000 | 10011101 | 110100 | 1010000 | 0 | 100110 | 100000101 | 1000010 | 100101 |
Color Harmonies of #4C209D
Complementary color
Monochromatic Colors of #4C209D
Black with #4C209D
Text Example
Text Example
White with #4C209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C209D; }
p { color: rgb(76,32,157); }
H1.HeaderClassName
{
color: #4C209D;
}
.AnyTagClassName
{
color: #4C209D;
}
</style>
background-color css
<style>
a { background-color: #4C209D; }
a { background-color: rgb(76,32,157); }
div.DivClassName
{
background-color: #4C209D;
}
.BgClassName
{
background-color: #4C209D;
}
</style>
border-color css
<style>
span { border-color: #4C209D; }
span { border-color: rgb(76,32,157); }
td.TdClassName
{
border-color: #4C209D;
}
.TagClassName
{
border-color: #4C209D;
}
</style>