Shades of Blue Gem #4E32AC
Tints of Blue Gem #4E32AC
RGB
CMYK
RGB Variations
Color information
#4E32AC (or 0x4E32AC) is known color: Blue Gem. HEX triplet: 4E, 32 and AC. RGB value is (78,50,172). Sum of RGB (Red+Green+Blue) = 78+50+172=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E32AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E32AC is #B1CD53. Grayscale: #474747. Windows color (decimal): -11652436 or 11285070. OLE color: 11285070.
HSL color Cylindrical-coordinate representation of color #4E32AC: hue angle of 253.77º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E32AC is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 50 | 172 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.33 |
| HSL | 253.77º | 0.55% | 0.44% | - |
| HSV(B) | 253.77º | 0.71% | 0.67% | - |
| XYZ | 11.73 | 6.88 | 39.74 | - |
| YUV | 72.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 172 | 0.55 | 0.71 | 0 | 0.33 | 253.77 | 0.55 | 0.44 |
| Hex | 4E | 32 | AC | 37 | 47 | 0 | 21 | FE | 37 | 2C |
| Octal | 116 | 62 | 254 | 67 | 107 | 0 | 41 | 376 | 67 | 54 |
| Binary | 1001110 | 110010 | 10101100 | 110111 | 1000111 | 0 | 100001 | 11111110 | 110111 | 101100 |
Color Harmonies of #4E32AC
Complementary color
Monochromatic Colors of #4E32AC
Black with #4E32AC
Text Example
Text Example
White with #4E32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E32AC; }
p { color: rgb(78,50,172); }
H1.HeaderClassName
{
color: #4E32AC;
}
.AnyTagClassName
{
color: #4E32AC;
}
</style>
background-color css
<style>
a { background-color: #4E32AC; }
a { background-color: rgb(78,50,172); }
div.DivClassName
{
background-color: #4E32AC;
}
.BgClassName
{
background-color: #4E32AC;
}
</style>
border-color css
<style>
span { border-color: #4E32AC; }
span { border-color: rgb(78,50,172); }
td.TdClassName
{
border-color: #4E32AC;
}
.TagClassName
{
border-color: #4E32AC;
}
</style>