Shades of Blue Diamond #4E196C
Tints of Blue Diamond #4E196C
RGB
CMYK
RGB Variations
Color information
#4E196C (or 0x4E196C) is known color: Blue Diamond. HEX triplet: 4E, 19 and 6C. RGB value is (78,25,108). Sum of RGB (Red+Green+Blue) = 78+25+108=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E196C is #B1E693. Grayscale: #323232. Windows color (decimal): -11658900 or 7084366. OLE color: 7084366.
HSL color Cylindrical-coordinate representation of color #4E196C: hue angle of 278.31º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E196C is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 25 | 108 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.58 |
| HSL | 278.31º | 0.62% | 0.26% | - |
| HSV(B) | 278.31º | 0.77% | 0.42% | - |
| XYZ | 6.2 | 3.4 | 14.52 | - |
| YUV | 50.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 108 | 0.28 | 0.77 | 0 | 0.58 | 278.31 | 0.62 | 0.26 |
| Hex | 4E | 19 | 6C | 1C | 4D | 0 | 3A | 116 | 3E | 1A |
| Octal | 116 | 31 | 154 | 34 | 115 | 0 | 72 | 426 | 76 | 32 |
| Binary | 1001110 | 11001 | 1101100 | 11100 | 1001101 | 0 | 111010 | 100010110 | 111110 | 11010 |
Color Harmonies of #4E196C
Complementary color
Monochromatic Colors of #4E196C
Black with #4E196C
Text Example
Text Example
White with #4E196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E196C; }
p { color: rgb(78,25,108); }
H1.HeaderClassName
{
color: #4E196C;
}
.AnyTagClassName
{
color: #4E196C;
}
</style>
background-color css
<style>
a { background-color: #4E196C; }
a { background-color: rgb(78,25,108); }
div.DivClassName
{
background-color: #4E196C;
}
.BgClassName
{
background-color: #4E196C;
}
</style>
border-color css
<style>
span { border-color: #4E196C; }
span { border-color: rgb(78,25,108); }
td.TdClassName
{
border-color: #4E196C;
}
.TagClassName
{
border-color: #4E196C;
}
</style>