Shades of Blue Gem #4C209B
Tints of Blue Gem #4C209B
RGB
CMYK
RGB Variations
Color information
#4C209B (or 0x4C209B) is known color: Blue Gem. HEX triplet: 4C, 20 and 9B. RGB value is (76,32,155). Sum of RGB (Red+Green+Blue) = 76+32+155=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C209B is #B3DF64. Grayscale: #3A3A3A. Windows color (decimal): -11788133 or 10166348. OLE color: 10166348.
HSL color Cylindrical-coordinate representation of color #4C209B: hue angle of 261.46º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C209B is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 32 | 155 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.39 |
| HSL | 261.46º | 0.66% | 0.37% | - |
| HSV(B) | 261.46º | 0.79% | 0.61% | - |
| XYZ | 9.41 | 4.94 | 31.47 | - |
| YUV | 59.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 155 | 0.51 | 0.79 | 0 | 0.39 | 261.46 | 0.66 | 0.37 |
| Hex | 4C | 20 | 9B | 33 | 4F | 0 | 27 | 105 | 42 | 25 |
| Octal | 114 | 40 | 233 | 63 | 117 | 0 | 47 | 405 | 102 | 45 |
| Binary | 1001100 | 100000 | 10011011 | 110011 | 1001111 | 0 | 100111 | 100000101 | 1000010 | 100101 |
Color Harmonies of #4C209B
Complementary color
Monochromatic Colors of #4C209B
Black with #4C209B
Text Example
Text Example
White with #4C209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C209B; }
p { color: rgb(76,32,155); }
H1.HeaderClassName
{
color: #4C209B;
}
.AnyTagClassName
{
color: #4C209B;
}
</style>
background-color css
<style>
a { background-color: #4C209B; }
a { background-color: rgb(76,32,155); }
div.DivClassName
{
background-color: #4C209B;
}
.BgClassName
{
background-color: #4C209B;
}
</style>
border-color css
<style>
span { border-color: #4C209B; }
span { border-color: rgb(76,32,155); }
td.TdClassName
{
border-color: #4C209B;
}
.TagClassName
{
border-color: #4C209B;
}
</style>