Shades of Blue Diamond #4E187C
Tints of Blue Diamond #4E187C
RGB
CMYK
RGB Variations
Color information
#4E187C (or 0x4E187C) is known color: Blue Diamond. HEX triplet: 4E, 18 and 7C. RGB value is (78,24,124). Sum of RGB (Red+Green+Blue) = 78+24+124=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E187C is #B1E783. Grayscale: #333333. Windows color (decimal): -11659140 or 8132686. OLE color: 8132686.
HSL color Cylindrical-coordinate representation of color #4E187C: hue angle of 272.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E187C is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 24 | 124 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.51 |
| HSL | 272.4º | 0.68% | 0.29% | - |
| HSV(B) | 272.4º | 0.81% | 0.49% | - |
| XYZ | 7.11 | 3.73 | 19.41 | - |
| YUV | 51.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 124 | 0.37 | 0.81 | 0 | 0.51 | 272.4 | 0.68 | 0.29 |
| Hex | 4E | 18 | 7C | 25 | 51 | 0 | 33 | 110 | 44 | 1D |
| Octal | 116 | 30 | 174 | 45 | 121 | 0 | 63 | 420 | 104 | 35 |
| Binary | 1001110 | 11000 | 1111100 | 100101 | 1010001 | 0 | 110011 | 100010000 | 1000100 | 11101 |
Color Harmonies of #4E187C
Complementary color
Monochromatic Colors of #4E187C
Black with #4E187C
Text Example
Text Example
White with #4E187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E187C; }
p { color: rgb(78,24,124); }
H1.HeaderClassName
{
color: #4E187C;
}
.AnyTagClassName
{
color: #4E187C;
}
</style>
background-color css
<style>
a { background-color: #4E187C; }
a { background-color: rgb(78,24,124); }
div.DivClassName
{
background-color: #4E187C;
}
.BgClassName
{
background-color: #4E187C;
}
</style>
border-color css
<style>
span { border-color: #4E187C; }
span { border-color: rgb(78,24,124); }
td.TdClassName
{
border-color: #4E187C;
}
.TagClassName
{
border-color: #4E187C;
}
</style>