Shades of Blue Diamond #4E196D
Tints of Blue Diamond #4E196D
RGB
CMYK
RGB Variations
Color information
#4E196D (or 0x4E196D) is known color: Blue Diamond. HEX triplet: 4E, 19 and 6D. RGB value is (78,25,109). Sum of RGB (Red+Green+Blue) = 78+25+109=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E196D is #B1E692. Grayscale: #323232. Windows color (decimal): -11658899 or 7149902. OLE color: 7149902.
HSL color Cylindrical-coordinate representation of color #4E196D: hue angle of 277.86º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E196D is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 25 | 109 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.57 |
| HSL | 277.86º | 0.63% | 0.26% | - |
| HSV(B) | 277.86º | 0.77% | 0.43% | - |
| XYZ | 6.25 | 3.42 | 14.8 | - |
| YUV | 50.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 109 | 0.28 | 0.77 | 0 | 0.57 | 277.86 | 0.63 | 0.26 |
| Hex | 4E | 19 | 6D | 1C | 4D | 0 | 39 | 116 | 3F | 1A |
| Octal | 116 | 31 | 155 | 34 | 115 | 0 | 71 | 426 | 77 | 32 |
| Binary | 1001110 | 11001 | 1101101 | 11100 | 1001101 | 0 | 111001 | 100010110 | 111111 | 11010 |
Color Harmonies of #4E196D
Complementary color
Monochromatic Colors of #4E196D
Black with #4E196D
Text Example
Text Example
White with #4E196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E196D; }
p { color: rgb(78,25,109); }
H1.HeaderClassName
{
color: #4E196D;
}
.AnyTagClassName
{
color: #4E196D;
}
</style>
background-color css
<style>
a { background-color: #4E196D; }
a { background-color: rgb(78,25,109); }
div.DivClassName
{
background-color: #4E196D;
}
.BgClassName
{
background-color: #4E196D;
}
</style>
border-color css
<style>
span { border-color: #4E196D; }
span { border-color: rgb(78,25,109); }
td.TdClassName
{
border-color: #4E196D;
}
.TagClassName
{
border-color: #4E196D;
}
</style>