Shades of Blue Diamond #4E286D
Tints of Blue Diamond #4E286D
RGB
CMYK
RGB Variations
Color information
#4E286D (or 0x4E286D) is known color: Blue Diamond. HEX triplet: 4E, 28 and 6D. RGB value is (78,40,109). Sum of RGB (Red+Green+Blue) = 78+40+109=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E286D is #B1D792. Grayscale: #3A3A3A. Windows color (decimal): -11655059 or 7153742. OLE color: 7153742.
HSL color Cylindrical-coordinate representation of color #4E286D: hue angle of 273.04º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E286D is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 40 | 109 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.57 |
| HSL | 273.04º | 0.46% | 0.29% | - |
| HSV(B) | 273.04º | 0.63% | 0.43% | - |
| XYZ | 6.66 | 4.24 | 14.94 | - |
| YUV | 59.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 109 | 0.28 | 0.63 | 0 | 0.57 | 273.04 | 0.46 | 0.29 |
| Hex | 4E | 28 | 6D | 1C | 3F | 0 | 39 | 111 | 2E | 1D |
| Octal | 116 | 50 | 155 | 34 | 77 | 0 | 71 | 421 | 56 | 35 |
| Binary | 1001110 | 101000 | 1101101 | 11100 | 111111 | 0 | 111001 | 100010001 | 101110 | 11101 |
Color Harmonies of #4E286D
Complementary color
Monochromatic Colors of #4E286D
Black with #4E286D
Text Example
Text Example
White with #4E286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E286D; }
p { color: rgb(78,40,109); }
H1.HeaderClassName
{
color: #4E286D;
}
.AnyTagClassName
{
color: #4E286D;
}
</style>
background-color css
<style>
a { background-color: #4E286D; }
a { background-color: rgb(78,40,109); }
div.DivClassName
{
background-color: #4E286D;
}
.BgClassName
{
background-color: #4E286D;
}
</style>
border-color css
<style>
span { border-color: #4E286D; }
span { border-color: rgb(78,40,109); }
td.TdClassName
{
border-color: #4E286D;
}
.TagClassName
{
border-color: #4E286D;
}
</style>