Shades of Blue Diamond #4E2876
Tints of Blue Diamond #4E2876
RGB
CMYK
RGB Variations
Color information
#4E2876 (or 0x4E2876) is known color: Blue Diamond. HEX triplet: 4E, 28 and 76. RGB value is (78,40,118). Sum of RGB (Red+Green+Blue) = 78+40+118=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E2876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2876 is #B1D789. Grayscale: #3B3B3B. Windows color (decimal): -11655050 or 7743566. OLE color: 7743566.
HSL color Cylindrical-coordinate representation of color #4E2876: hue angle of 269.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E2876 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 40 | 118 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.54 |
| HSL | 269.23º | 0.49% | 0.31% | - |
| HSV(B) | 269.23º | 0.66% | 0.46% | - |
| XYZ | 7.17 | 4.45 | 17.62 | - |
| YUV | 60.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 118 | 0.34 | 0.66 | 0 | 0.54 | 269.23 | 0.49 | 0.31 |
| Hex | 4E | 28 | 76 | 22 | 42 | 0 | 36 | 10D | 31 | 1F |
| Octal | 116 | 50 | 166 | 42 | 102 | 0 | 66 | 415 | 61 | 37 |
| Binary | 1001110 | 101000 | 1110110 | 100010 | 1000010 | 0 | 110110 | 100001101 | 110001 | 11111 |
Color Harmonies of #4E2876
Complementary color
Monochromatic Colors of #4E2876
Black with #4E2876
Text Example
Text Example
White with #4E2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2876; }
p { color: rgb(78,40,118); }
H1.HeaderClassName
{
color: #4E2876;
}
.AnyTagClassName
{
color: #4E2876;
}
</style>
background-color css
<style>
a { background-color: #4E2876; }
a { background-color: rgb(78,40,118); }
div.DivClassName
{
background-color: #4E2876;
}
.BgClassName
{
background-color: #4E2876;
}
</style>
border-color css
<style>
span { border-color: #4E2876; }
span { border-color: rgb(78,40,118); }
td.TdClassName
{
border-color: #4E2876;
}
.TagClassName
{
border-color: #4E2876;
}
</style>