Shades of Blue Gem #4C279A
Tints of Blue Gem #4C279A
RGB
CMYK
RGB Variations
Color information
#4C279A (or 0x4C279A) is known color: Blue Gem. HEX triplet: 4C, 27 and 9A. RGB value is (76,39,154). Sum of RGB (Red+Green+Blue) = 76+39+154=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C279A is #B3D865. Grayscale: #3E3E3E. Windows color (decimal): -11786342 or 10102604. OLE color: 10102604.
HSL color Cylindrical-coordinate representation of color #4C279A: hue angle of 259.3º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C279A is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 39 | 154 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.40 |
| HSL | 259.3º | 0.6% | 0.38% | - |
| HSV(B) | 259.3º | 0.75% | 0.6% | - |
| XYZ | 9.54 | 5.32 | 31.1 | - |
| YUV | 63.17 | 179.26 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 154 | 0.51 | 0.75 | 0 | 0.40 | 259.3 | 0.6 | 0.38 |
| Hex | 4C | 27 | 9A | 33 | 4B | 0 | 28 | 103 | 3C | 26 |
| Octal | 114 | 47 | 232 | 63 | 113 | 0 | 50 | 403 | 74 | 46 |
| Binary | 1001100 | 100111 | 10011010 | 110011 | 1001011 | 0 | 101000 | 100000011 | 111100 | 100110 |
Color Harmonies of #4C279A
Complementary color
Monochromatic Colors of #4C279A
Black with #4C279A
Text Example
Text Example
White with #4C279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C279A; }
p { color: rgb(76,39,154); }
H1.HeaderClassName
{
color: #4C279A;
}
.AnyTagClassName
{
color: #4C279A;
}
</style>
background-color css
<style>
a { background-color: #4C279A; }
a { background-color: rgb(76,39,154); }
div.DivClassName
{
background-color: #4C279A;
}
.BgClassName
{
background-color: #4C279A;
}
</style>
border-color css
<style>
span { border-color: #4C279A; }
span { border-color: rgb(76,39,154); }
td.TdClassName
{
border-color: #4C279A;
}
.TagClassName
{
border-color: #4C279A;
}
</style>