Shades of Blue Diamond #4E3773
Tints of Blue Diamond #4E3773
RGB
CMYK
RGB Variations
Color information
#4E3773 (or 0x4E3773) is known color: Blue Diamond. HEX triplet: 4E, 37 and 73. RGB value is (78,55,115). Sum of RGB (Red+Green+Blue) = 78+55+115=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E3773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3773 is #B1C88C. Grayscale: #444444. Windows color (decimal): -11651213 or 7550798. OLE color: 7550798.
HSL color Cylindrical-coordinate representation of color #4E3773: hue angle of 263º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E3773 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 55 | 115 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.55 |
| HSL | 263º | 0.35% | 0.33% | - |
| HSV(B) | 263º | 0.52% | 0.45% | - |
| XYZ | 7.6 | 5.59 | 16.9 | - |
| YUV | 68.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 115 | 0.32 | 0.52 | 0 | 0.55 | 263 | 0.35 | 0.33 |
| Hex | 4E | 37 | 73 | 20 | 34 | 0 | 37 | 107 | 23 | 21 |
| Octal | 116 | 67 | 163 | 40 | 64 | 0 | 67 | 407 | 43 | 41 |
| Binary | 1001110 | 110111 | 1110011 | 100000 | 110100 | 0 | 110111 | 100000111 | 100011 | 100001 |
Color Harmonies of #4E3773
Complementary color
Monochromatic Colors of #4E3773
Black with #4E3773
Text Example
Text Example
White with #4E3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3773; }
p { color: rgb(78,55,115); }
H1.HeaderClassName
{
color: #4E3773;
}
.AnyTagClassName
{
color: #4E3773;
}
</style>
background-color css
<style>
a { background-color: #4E3773; }
a { background-color: rgb(78,55,115); }
div.DivClassName
{
background-color: #4E3773;
}
.BgClassName
{
background-color: #4E3773;
}
</style>
border-color css
<style>
span { border-color: #4E3773; }
span { border-color: rgb(78,55,115); }
td.TdClassName
{
border-color: #4E3773;
}
.TagClassName
{
border-color: #4E3773;
}
</style>