Shades of Blue Diamond #4E2A73
Tints of Blue Diamond #4E2A73
RGB
CMYK
RGB Variations
Color information
#4E2A73 (or 0x4E2A73) is known color: Blue Diamond. HEX triplet: 4E, 2A and 73. RGB value is (78,42,115). Sum of RGB (Red+Green+Blue) = 78+42+115=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E2A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2A73 is #B1D58C. Grayscale: #3C3C3C. Windows color (decimal): -11654541 or 7547470. OLE color: 7547470.
HSL color Cylindrical-coordinate representation of color #4E2A73: hue angle of 269.59º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E2A73 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 42 | 115 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.55 |
| HSL | 269.59º | 0.46% | 0.31% | - |
| HSV(B) | 269.59º | 0.63% | 0.45% | - |
| XYZ | 7.06 | 4.51 | 16.72 | - |
| YUV | 61.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 115 | 0.32 | 0.63 | 0 | 0.55 | 269.59 | 0.46 | 0.31 |
| Hex | 4E | 2A | 73 | 20 | 3F | 0 | 37 | 10E | 2E | 1F |
| Octal | 116 | 52 | 163 | 40 | 77 | 0 | 67 | 416 | 56 | 37 |
| Binary | 1001110 | 101010 | 1110011 | 100000 | 111111 | 0 | 110111 | 100001110 | 101110 | 11111 |
Color Harmonies of #4E2A73
Complementary color
Monochromatic Colors of #4E2A73
Black with #4E2A73
Text Example
Text Example
White with #4E2A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A73; }
p { color: rgb(78,42,115); }
H1.HeaderClassName
{
color: #4E2A73;
}
.AnyTagClassName
{
color: #4E2A73;
}
</style>
background-color css
<style>
a { background-color: #4E2A73; }
a { background-color: rgb(78,42,115); }
div.DivClassName
{
background-color: #4E2A73;
}
.BgClassName
{
background-color: #4E2A73;
}
</style>
border-color css
<style>
span { border-color: #4E2A73; }
span { border-color: rgb(78,42,115); }
td.TdClassName
{
border-color: #4E2A73;
}
.TagClassName
{
border-color: #4E2A73;
}
</style>