Shades of Blue Gem #4E2C9C
Tints of Blue Gem #4E2C9C
RGB
CMYK
RGB Variations
Color information
#4E2C9C (or 0x4E2C9C) is known color: Blue Gem. HEX triplet: 4E, 2C and 9C. RGB value is (78,44,156). Sum of RGB (Red+Green+Blue) = 78+44+156=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E2C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2C9C is #B1D363. Grayscale: #424242. Windows color (decimal): -11653988 or 10234958. OLE color: 10234958.
HSL color Cylindrical-coordinate representation of color #4E2C9C: hue angle of 258.21º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E2C9C is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 44 | 156 | - |
| CMYK | 0.5 | 0.72 | 0 | 0.39 |
| HSL | 258.21º | 0.56% | 0.39% | - |
| HSV(B) | 258.21º | 0.72% | 0.61% | - |
| XYZ | 10.04 | 5.82 | 32.05 | - |
| YUV | 66.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 156 | 0.5 | 0.72 | 0 | 0.39 | 258.21 | 0.56 | 0.39 |
| Hex | 4E | 2C | 9C | 32 | 48 | 0 | 27 | 102 | 38 | 27 |
| Octal | 116 | 54 | 234 | 62 | 110 | 0 | 47 | 402 | 70 | 47 |
| Binary | 1001110 | 101100 | 10011100 | 110010 | 1001000 | 0 | 100111 | 100000010 | 111000 | 100111 |
Color Harmonies of #4E2C9C
Complementary color
Monochromatic Colors of #4E2C9C
Black with #4E2C9C
Text Example
Text Example
White with #4E2C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2C9C; }
p { color: rgb(78,44,156); }
H1.HeaderClassName
{
color: #4E2C9C;
}
.AnyTagClassName
{
color: #4E2C9C;
}
</style>
background-color css
<style>
a { background-color: #4E2C9C; }
a { background-color: rgb(78,44,156); }
div.DivClassName
{
background-color: #4E2C9C;
}
.BgClassName
{
background-color: #4E2C9C;
}
</style>
border-color css
<style>
span { border-color: #4E2C9C; }
span { border-color: rgb(78,44,156); }
td.TdClassName
{
border-color: #4E2C9C;
}
.TagClassName
{
border-color: #4E2C9C;
}
</style>