Shades of Blue Gem #4C408C
Tints of Blue Gem #4C408C
RGB
CMYK
RGB Variations
Color information
#4C408C (or 0x4C408C) is known color: Blue Gem. HEX triplet: 4C, 40 and 8C. RGB value is (76,64,140). Sum of RGB (Red+Green+Blue) = 76+64+140=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C408C is #B3BF73. Grayscale: #4B4B4B. Windows color (decimal): -11779956 or 9191500. OLE color: 9191500.
HSL color Cylindrical-coordinate representation of color #4C408C: hue angle of 249.47º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C408C is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 64 | 140 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.45 |
| HSL | 249.47º | 0.37% | 0.4% | - |
| HSV(B) | 249.47º | 0.54% | 0.55% | - |
| XYZ | 9.55 | 7.1 | 25.68 | - |
| YUV | 76.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 140 | 0.46 | 0.54 | 0 | 0.45 | 249.47 | 0.37 | 0.4 |
| Hex | 4C | 40 | 8C | 2E | 36 | 0 | 2D | F9 | 25 | 28 |
| Octal | 114 | 100 | 214 | 56 | 66 | 0 | 55 | 371 | 45 | 50 |
| Binary | 1001100 | 1000000 | 10001100 | 101110 | 110110 | 0 | 101101 | 11111001 | 100101 | 101000 |
Color Harmonies of #4C408C
Complementary color
Monochromatic Colors of #4C408C
Black with #4C408C
Text Example
Text Example
White with #4C408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C408C; }
p { color: rgb(76,64,140); }
H1.HeaderClassName
{
color: #4C408C;
}
.AnyTagClassName
{
color: #4C408C;
}
</style>
background-color css
<style>
a { background-color: #4C408C; }
a { background-color: rgb(76,64,140); }
div.DivClassName
{
background-color: #4C408C;
}
.BgClassName
{
background-color: #4C408C;
}
</style>
border-color css
<style>
span { border-color: #4C408C; }
span { border-color: rgb(76,64,140); }
td.TdClassName
{
border-color: #4C408C;
}
.TagClassName
{
border-color: #4C408C;
}
</style>