Shades of Blue Gem #4C279B
Tints of Blue Gem #4C279B
RGB
CMYK
RGB Variations
Color information
#4C279B (or 0x4C279B) is known color: Blue Gem. HEX triplet: 4C, 27 and 9B. RGB value is (76,39,155). Sum of RGB (Red+Green+Blue) = 76+39+155=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C279B is #B3D864. Grayscale: #3E3E3E. Windows color (decimal): -11786341 or 10168140. OLE color: 10168140.
HSL color Cylindrical-coordinate representation of color #4C279B: hue angle of 259.14º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C279B is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 39 | 155 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.39 |
| HSL | 259.14º | 0.6% | 0.38% | - |
| HSV(B) | 259.14º | 0.75% | 0.61% | - |
| XYZ | 9.62 | 5.35 | 31.54 | - |
| YUV | 63.29 | 179.76 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 155 | 0.51 | 0.75 | 0 | 0.39 | 259.14 | 0.6 | 0.38 |
| Hex | 4C | 27 | 9B | 33 | 4B | 0 | 27 | 103 | 3C | 26 |
| Octal | 114 | 47 | 233 | 63 | 113 | 0 | 47 | 403 | 74 | 46 |
| Binary | 1001100 | 100111 | 10011011 | 110011 | 1001011 | 0 | 100111 | 100000011 | 111100 | 100110 |
Color Harmonies of #4C279B
Complementary color
Monochromatic Colors of #4C279B
Black with #4C279B
Text Example
Text Example
White with #4C279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C279B; }
p { color: rgb(76,39,155); }
H1.HeaderClassName
{
color: #4C279B;
}
.AnyTagClassName
{
color: #4C279B;
}
</style>
background-color css
<style>
a { background-color: #4C279B; }
a { background-color: rgb(76,39,155); }
div.DivClassName
{
background-color: #4C279B;
}
.BgClassName
{
background-color: #4C279B;
}
</style>
border-color css
<style>
span { border-color: #4C279B; }
span { border-color: rgb(76,39,155); }
td.TdClassName
{
border-color: #4C279B;
}
.TagClassName
{
border-color: #4C279B;
}
</style>