Shades of Blue Diamond #4E2776
Tints of Blue Diamond #4E2776
RGB
CMYK
RGB Variations
Color information
#4E2776 (or 0x4E2776) is known color: Blue Diamond. HEX triplet: 4E, 27 and 76. RGB value is (78,39,118). Sum of RGB (Red+Green+Blue) = 78+39+118=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E2776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2776 is #B1D889. Grayscale: #3B3B3B. Windows color (decimal): -11655306 or 7743310. OLE color: 7743310.
HSL color Cylindrical-coordinate representation of color #4E2776: hue angle of 269.62º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E2776 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 39 | 118 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.54 |
| HSL | 269.62º | 0.5% | 0.31% | - |
| HSV(B) | 269.62º | 0.67% | 0.46% | - |
| XYZ | 7.14 | 4.38 | 17.61 | - |
| YUV | 59.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 39 | 118 | 0.34 | 0.67 | 0 | 0.54 | 269.62 | 0.5 | 0.31 |
| Hex | 4E | 27 | 76 | 22 | 43 | 0 | 36 | 10E | 32 | 1F |
| Octal | 116 | 47 | 166 | 42 | 103 | 0 | 66 | 416 | 62 | 37 |
| Binary | 1001110 | 100111 | 1110110 | 100010 | 1000011 | 0 | 110110 | 100001110 | 110010 | 11111 |
Color Harmonies of #4E2776
Complementary color
Monochromatic Colors of #4E2776
Black with #4E2776
Text Example
Text Example
White with #4E2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2776; }
p { color: rgb(78,39,118); }
H1.HeaderClassName
{
color: #4E2776;
}
.AnyTagClassName
{
color: #4E2776;
}
</style>
background-color css
<style>
a { background-color: #4E2776; }
a { background-color: rgb(78,39,118); }
div.DivClassName
{
background-color: #4E2776;
}
.BgClassName
{
background-color: #4E2776;
}
</style>
border-color css
<style>
span { border-color: #4E2776; }
span { border-color: rgb(78,39,118); }
td.TdClassName
{
border-color: #4E2776;
}
.TagClassName
{
border-color: #4E2776;
}
</style>