Shades of Blue Gem #4E328A
Tints of Blue Gem #4E328A
RGB
CMYK
RGB Variations
Color information
#4E328A (or 0x4E328A) is known color: Blue Gem. HEX triplet: 4E, 32 and 8A. RGB value is (78,50,138). Sum of RGB (Red+Green+Blue) = 78+50+138=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E328A is #B1CD75. Grayscale: #444444. Windows color (decimal): -11652470 or 9056846. OLE color: 9056846.
HSL color Cylindrical-coordinate representation of color #4E328A: hue angle of 259.09º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E328A is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 50 | 138 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.46 |
| HSL | 259.09º | 0.47% | 0.37% | - |
| HSV(B) | 259.09º | 0.64% | 0.54% | - |
| XYZ | 8.87 | 5.74 | 24.68 | - |
| YUV | 68.4 | 167.28 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 50 | 138 | 0.43 | 0.64 | 0 | 0.46 | 259.09 | 0.47 | 0.37 |
| Hex | 4E | 32 | 8A | 2B | 40 | 0 | 2E | 103 | 2F | 25 |
| Octal | 116 | 62 | 212 | 53 | 100 | 0 | 56 | 403 | 57 | 45 |
| Binary | 1001110 | 110010 | 10001010 | 101011 | 1000000 | 0 | 101110 | 100000011 | 101111 | 100101 |
Color Harmonies of #4E328A
Complementary color
Monochromatic Colors of #4E328A
Black with #4E328A
Text Example
Text Example
White with #4E328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E328A; }
p { color: rgb(78,50,138); }
H1.HeaderClassName
{
color: #4E328A;
}
.AnyTagClassName
{
color: #4E328A;
}
</style>
background-color css
<style>
a { background-color: #4E328A; }
a { background-color: rgb(78,50,138); }
div.DivClassName
{
background-color: #4E328A;
}
.BgClassName
{
background-color: #4E328A;
}
</style>
border-color css
<style>
span { border-color: #4E328A; }
span { border-color: rgb(78,50,138); }
td.TdClassName
{
border-color: #4E328A;
}
.TagClassName
{
border-color: #4E328A;
}
</style>