Shades of Blue Diamond #4E2C73
Tints of Blue Diamond #4E2C73
RGB
CMYK
RGB Variations
Color information
#4E2C73 (or 0x4E2C73) is known color: Blue Diamond. HEX triplet: 4E, 2C and 73. RGB value is (78,44,115). Sum of RGB (Red+Green+Blue) = 78+44+115=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E2C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2C73 is #B1D38C. Grayscale: #3E3E3E. Windows color (decimal): -11654029 or 7547982. OLE color: 7547982.
HSL color Cylindrical-coordinate representation of color #4E2C73: hue angle of 268.73º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E2C73 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 44 | 115 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.55 |
| HSL | 268.73º | 0.45% | 0.31% | - |
| HSV(B) | 268.73º | 0.62% | 0.45% | - |
| XYZ | 7.14 | 4.66 | 16.74 | - |
| YUV | 62.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 44 | 115 | 0.32 | 0.62 | 0 | 0.55 | 268.73 | 0.45 | 0.31 |
| Hex | 4E | 2C | 73 | 20 | 3E | 0 | 37 | 10D | 2D | 1F |
| Octal | 116 | 54 | 163 | 40 | 76 | 0 | 67 | 415 | 55 | 37 |
| Binary | 1001110 | 101100 | 1110011 | 100000 | 111110 | 0 | 110111 | 100001101 | 101101 | 11111 |
Color Harmonies of #4E2C73
Complementary color
Monochromatic Colors of #4E2C73
Black with #4E2C73
Text Example
Text Example
White with #4E2C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2C73; }
p { color: rgb(78,44,115); }
H1.HeaderClassName
{
color: #4E2C73;
}
.AnyTagClassName
{
color: #4E2C73;
}
</style>
background-color css
<style>
a { background-color: #4E2C73; }
a { background-color: rgb(78,44,115); }
div.DivClassName
{
background-color: #4E2C73;
}
.BgClassName
{
background-color: #4E2C73;
}
</style>
border-color css
<style>
span { border-color: #4E2C73; }
span { border-color: rgb(78,44,115); }
td.TdClassName
{
border-color: #4E2C73;
}
.TagClassName
{
border-color: #4E2C73;
}
</style>