Shades of Blue Gem #4E31AC
Tints of Blue Gem #4E31AC
RGB
CMYK
RGB Variations
Color information
#4E31AC (or 0x4E31AC) is known color: Blue Gem. HEX triplet: 4E, 31 and AC. RGB value is (78,49,172). Sum of RGB (Red+Green+Blue) = 78+49+172=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E31AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E31AC is #B1CE53. Grayscale: #474747. Windows color (decimal): -11652692 or 11284814. OLE color: 11284814.
HSL color Cylindrical-coordinate representation of color #4E31AC: hue angle of 254.15º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E31AC is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 49 | 172 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.33 |
| HSL | 254.15º | 0.56% | 0.43% | - |
| HSV(B) | 254.15º | 0.72% | 0.67% | - |
| XYZ | 11.69 | 6.79 | 39.73 | - |
| YUV | 71.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 172 | 0.55 | 0.72 | 0 | 0.33 | 254.15 | 0.56 | 0.43 |
| Hex | 4E | 31 | AC | 37 | 48 | 0 | 21 | FE | 38 | 2B |
| Octal | 116 | 61 | 254 | 67 | 110 | 0 | 41 | 376 | 70 | 53 |
| Binary | 1001110 | 110001 | 10101100 | 110111 | 1001000 | 0 | 100001 | 11111110 | 111000 | 101011 |
Color Harmonies of #4E31AC
Complementary color
Monochromatic Colors of #4E31AC
Black with #4E31AC
Text Example
Text Example
White with #4E31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E31AC; }
p { color: rgb(78,49,172); }
H1.HeaderClassName
{
color: #4E31AC;
}
.AnyTagClassName
{
color: #4E31AC;
}
</style>
background-color css
<style>
a { background-color: #4E31AC; }
a { background-color: rgb(78,49,172); }
div.DivClassName
{
background-color: #4E31AC;
}
.BgClassName
{
background-color: #4E31AC;
}
</style>
border-color css
<style>
span { border-color: #4E31AC; }
span { border-color: rgb(78,49,172); }
td.TdClassName
{
border-color: #4E31AC;
}
.TagClassName
{
border-color: #4E31AC;
}
</style>