Shades of Blue Diamond #4E3572
Tints of Blue Diamond #4E3572
RGB
CMYK
RGB Variations
Color information
#4E3572 (or 0x4E3572) is known color: Blue Diamond. HEX triplet: 4E, 35 and 72. RGB value is (78,53,114). Sum of RGB (Red+Green+Blue) = 78+53+114=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E3572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3572 is #B1CA8D. Grayscale: #434343. Windows color (decimal): -11651726 or 7484750. OLE color: 7484750.
HSL color Cylindrical-coordinate representation of color #4E3572: hue angle of 264.59º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E3572 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 53 | 114 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.55 |
| HSL | 264.59º | 0.37% | 0.33% | - |
| HSV(B) | 264.59º | 0.54% | 0.45% | - |
| XYZ | 7.45 | 5.38 | 16.57 | - |
| YUV | 67.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 114 | 0.32 | 0.54 | 0 | 0.55 | 264.59 | 0.37 | 0.33 |
| Hex | 4E | 35 | 72 | 20 | 36 | 0 | 37 | 109 | 25 | 21 |
| Octal | 116 | 65 | 162 | 40 | 66 | 0 | 67 | 411 | 45 | 41 |
| Binary | 1001110 | 110101 | 1110010 | 100000 | 110110 | 0 | 110111 | 100001001 | 100101 | 100001 |
Color Harmonies of #4E3572
Complementary color
Monochromatic Colors of #4E3572
Black with #4E3572
Text Example
Text Example
White with #4E3572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3572; }
p { color: rgb(78,53,114); }
H1.HeaderClassName
{
color: #4E3572;
}
.AnyTagClassName
{
color: #4E3572;
}
</style>
background-color css
<style>
a { background-color: #4E3572; }
a { background-color: rgb(78,53,114); }
div.DivClassName
{
background-color: #4E3572;
}
.BgClassName
{
background-color: #4E3572;
}
</style>
border-color css
<style>
span { border-color: #4E3572; }
span { border-color: rgb(78,53,114); }
td.TdClassName
{
border-color: #4E3572;
}
.TagClassName
{
border-color: #4E3572;
}
</style>