Shades of Blue Gem #4C408F
Tints of Blue Gem #4C408F
RGB
CMYK
RGB Variations
Color information
#4C408F (or 0x4C408F) is known color: Blue Gem. HEX triplet: 4C, 40 and 8F. RGB value is (76,64,143). Sum of RGB (Red+Green+Blue) = 76+64+143=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C408F is #B3BF70. Grayscale: #4C4C4C. Windows color (decimal): -11779953 or 9388108. OLE color: 9388108.
HSL color Cylindrical-coordinate representation of color #4C408F: hue angle of 249.11º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C408F is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 64 | 143 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.44 |
| HSL | 249.11º | 0.38% | 0.41% | - |
| HSV(B) | 249.11º | 0.55% | 0.56% | - |
| XYZ | 9.77 | 7.19 | 26.86 | - |
| YUV | 76.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 143 | 0.47 | 0.55 | 0 | 0.44 | 249.11 | 0.38 | 0.41 |
| Hex | 4C | 40 | 8F | 2F | 37 | 0 | 2C | F9 | 26 | 29 |
| Octal | 114 | 100 | 217 | 57 | 67 | 0 | 54 | 371 | 46 | 51 |
| Binary | 1001100 | 1000000 | 10001111 | 101111 | 110111 | 0 | 101100 | 11111001 | 100110 | 101001 |
Color Harmonies of #4C408F
Complementary color
Monochromatic Colors of #4C408F
Black with #4C408F
Text Example
Text Example
White with #4C408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C408F; }
p { color: rgb(76,64,143); }
H1.HeaderClassName
{
color: #4C408F;
}
.AnyTagClassName
{
color: #4C408F;
}
</style>
background-color css
<style>
a { background-color: #4C408F; }
a { background-color: rgb(76,64,143); }
div.DivClassName
{
background-color: #4C408F;
}
.BgClassName
{
background-color: #4C408F;
}
</style>
border-color css
<style>
span { border-color: #4C408F; }
span { border-color: rgb(76,64,143); }
td.TdClassName
{
border-color: #4C408F;
}
.TagClassName
{
border-color: #4C408F;
}
</style>