Shades of Blue Diamond #4E2A72
Tints of Blue Diamond #4E2A72
RGB
CMYK
RGB Variations
Color information
#4E2A72 (or 0x4E2A72) is known color: Blue Diamond. HEX triplet: 4E, 2A and 72. RGB value is (78,42,114). Sum of RGB (Red+Green+Blue) = 78+42+114=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E2A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2A72 is #B1D58D. Grayscale: #3C3C3C. Windows color (decimal): -11654542 or 7481934. OLE color: 7481934.
HSL color Cylindrical-coordinate representation of color #4E2A72: hue angle of 270º 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 #4E2A72 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 42 | 114 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.55 |
| HSL | 270º | 0.46% | 0.31% | - |
| HSV(B) | 270º | 0.63% | 0.45% | - |
| XYZ | 7.01 | 4.49 | 16.42 | - |
| YUV | 60.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 42 | 114 | 0.32 | 0.63 | 0 | 0.55 | 270 | 0.46 | 0.31 |
| Hex | 4E | 2A | 72 | 20 | 3F | 0 | 37 | 10E | 2E | 1F |
| Octal | 116 | 52 | 162 | 40 | 77 | 0 | 67 | 416 | 56 | 37 |
| Binary | 1001110 | 101010 | 1110010 | 100000 | 111111 | 0 | 110111 | 100001110 | 101110 | 11111 |
Color Harmonies of #4E2A72
Complementary color
Monochromatic Colors of #4E2A72
Black with #4E2A72
Text Example
Text Example
White with #4E2A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2A72; }
p { color: rgb(78,42,114); }
H1.HeaderClassName
{
color: #4E2A72;
}
.AnyTagClassName
{
color: #4E2A72;
}
</style>
background-color css
<style>
a { background-color: #4E2A72; }
a { background-color: rgb(78,42,114); }
div.DivClassName
{
background-color: #4E2A72;
}
.BgClassName
{
background-color: #4E2A72;
}
</style>
border-color css
<style>
span { border-color: #4E2A72; }
span { border-color: rgb(78,42,114); }
td.TdClassName
{
border-color: #4E2A72;
}
.TagClassName
{
border-color: #4E2A72;
}
</style>