Shades of Blue Diamond #4E296F
Tints of Blue Diamond #4E296F
RGB
CMYK
RGB Variations
Color information
#4E296F (or 0x4E296F) is known color: Blue Diamond. HEX triplet: 4E, 29 and 6F. RGB value is (78,41,111). Sum of RGB (Red+Green+Blue) = 78+41+111=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E296F is #B1D690. Grayscale: #3B3B3B. Windows color (decimal): -11654801 or 7285070. OLE color: 7285070.
HSL color Cylindrical-coordinate representation of color #4E296F: hue angle of 271.71º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E296F is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 41 | 111 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.56 |
| HSL | 271.71º | 0.46% | 0.3% | - |
| HSV(B) | 271.71º | 0.63% | 0.44% | - |
| XYZ | 6.8 | 4.35 | 15.52 | - |
| YUV | 60.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 111 | 0.30 | 0.63 | 0 | 0.56 | 271.71 | 0.46 | 0.3 |
| Hex | 4E | 29 | 6F | 1E | 3F | 0 | 38 | 110 | 2E | 1E |
| Octal | 116 | 51 | 157 | 36 | 77 | 0 | 70 | 420 | 56 | 36 |
| Binary | 1001110 | 101001 | 1101111 | 11110 | 111111 | 0 | 111000 | 100010000 | 101110 | 11110 |
Color Harmonies of #4E296F
Complementary color
Monochromatic Colors of #4E296F
Black with #4E296F
Text Example
Text Example
White with #4E296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E296F; }
p { color: rgb(78,41,111); }
H1.HeaderClassName
{
color: #4E296F;
}
.AnyTagClassName
{
color: #4E296F;
}
</style>
background-color css
<style>
a { background-color: #4E296F; }
a { background-color: rgb(78,41,111); }
div.DivClassName
{
background-color: #4E296F;
}
.BgClassName
{
background-color: #4E296F;
}
</style>
border-color css
<style>
span { border-color: #4E296F; }
span { border-color: rgb(78,41,111); }
td.TdClassName
{
border-color: #4E296F;
}
.TagClassName
{
border-color: #4E296F;
}
</style>