Shades of Blue Diamond #4E2575
Tints of Blue Diamond #4E2575
RGB
CMYK
RGB Variations
Color information
#4E2575 (or 0x4E2575) is known color: Blue Diamond. HEX triplet: 4E, 25 and 75. RGB value is (78,37,117). Sum of RGB (Red+Green+Blue) = 78+37+117=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E2575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2575 is #B1DA8A. Grayscale: #3A3A3A. Windows color (decimal): -11655819 or 7677262. OLE color: 7677262.
HSL color Cylindrical-coordinate representation of color #4E2575: hue angle of 270.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E2575 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 37 | 117 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.54 |
| HSL | 270.75º | 0.52% | 0.3% | - |
| HSV(B) | 270.75º | 0.68% | 0.46% | - |
| XYZ | 7.01 | 4.23 | 17.28 | - |
| YUV | 58.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 117 | 0.33 | 0.68 | 0 | 0.54 | 270.75 | 0.52 | 0.3 |
| Hex | 4E | 25 | 75 | 21 | 44 | 0 | 36 | 10F | 34 | 1E |
| Octal | 116 | 45 | 165 | 41 | 104 | 0 | 66 | 417 | 64 | 36 |
| Binary | 1001110 | 100101 | 1110101 | 100001 | 1000100 | 0 | 110110 | 100001111 | 110100 | 11110 |
Color Harmonies of #4E2575
Complementary color
Monochromatic Colors of #4E2575
Black with #4E2575
Text Example
Text Example
White with #4E2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2575; }
p { color: rgb(78,37,117); }
H1.HeaderClassName
{
color: #4E2575;
}
.AnyTagClassName
{
color: #4E2575;
}
</style>
background-color css
<style>
a { background-color: #4E2575; }
a { background-color: rgb(78,37,117); }
div.DivClassName
{
background-color: #4E2575;
}
.BgClassName
{
background-color: #4E2575;
}
</style>
border-color css
<style>
span { border-color: #4E2575; }
span { border-color: rgb(78,37,117); }
td.TdClassName
{
border-color: #4E2575;
}
.TagClassName
{
border-color: #4E2575;
}
</style>