Shades of Blue Diamond #4E2D71
Tints of Blue Diamond #4E2D71
RGB
CMYK
RGB Variations
Color information
#4E2D71 (or 0x4E2D71) is known color: Blue Diamond. HEX triplet: 4E, 2D and 71. RGB value is (78,45,113). Sum of RGB (Red+Green+Blue) = 78+45+113=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E2D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2D71 is #B1D28E. Grayscale: #3E3E3E. Windows color (decimal): -11653775 or 7417166. OLE color: 7417166.
HSL color Cylindrical-coordinate representation of color #4E2D71: hue angle of 269.12º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E2D71 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 45 | 113 | - |
| CMYK | 0.31 | 0.60 | 0 | 0.56 |
| HSL | 269.12º | 0.43% | 0.31% | - |
| HSV(B) | 269.12º | 0.6% | 0.44% | - |
| XYZ | 7.06 | 4.69 | 16.16 | - |
| YUV | 62.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 45 | 113 | 0.31 | 0.60 | 0 | 0.56 | 269.12 | 0.43 | 0.31 |
| Hex | 4E | 2D | 71 | 1F | 3C | 0 | 38 | 10D | 2B | 1F |
| Octal | 116 | 55 | 161 | 37 | 74 | 0 | 70 | 415 | 53 | 37 |
| Binary | 1001110 | 101101 | 1110001 | 11111 | 111100 | 0 | 111000 | 100001101 | 101011 | 11111 |
Color Harmonies of #4E2D71
Complementary color
Monochromatic Colors of #4E2D71
Black with #4E2D71
Text Example
Text Example
White with #4E2D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2D71; }
p { color: rgb(78,45,113); }
H1.HeaderClassName
{
color: #4E2D71;
}
.AnyTagClassName
{
color: #4E2D71;
}
</style>
background-color css
<style>
a { background-color: #4E2D71; }
a { background-color: rgb(78,45,113); }
div.DivClassName
{
background-color: #4E2D71;
}
.BgClassName
{
background-color: #4E2D71;
}
</style>
border-color css
<style>
span { border-color: #4E2D71; }
span { border-color: rgb(78,45,113); }
td.TdClassName
{
border-color: #4E2D71;
}
.TagClassName
{
border-color: #4E2D71;
}
</style>