Shades of Blue Diamond #4E286F
Tints of Blue Diamond #4E286F
RGB
CMYK
RGB Variations
Color information
#4E286F (or 0x4E286F) is known color: Blue Diamond. HEX triplet: 4E, 28 and 6F. RGB value is (78,40,111). Sum of RGB (Red+Green+Blue) = 78+40+111=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E286F is #B1D790. Grayscale: #3B3B3B. Windows color (decimal): -11655057 or 7284814. OLE color: 7284814.
HSL color Cylindrical-coordinate representation of color #4E286F: hue angle of 272.11º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E286F is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 40 | 111 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.56 |
| HSL | 272.11º | 0.47% | 0.3% | - |
| HSV(B) | 272.11º | 0.64% | 0.44% | - |
| XYZ | 6.77 | 4.28 | 15.51 | - |
| YUV | 59.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 40 | 111 | 0.30 | 0.64 | 0 | 0.56 | 272.11 | 0.47 | 0.3 |
| Hex | 4E | 28 | 6F | 1E | 40 | 0 | 38 | 110 | 2F | 1E |
| Octal | 116 | 50 | 157 | 36 | 100 | 0 | 70 | 420 | 57 | 36 |
| Binary | 1001110 | 101000 | 1101111 | 11110 | 1000000 | 0 | 111000 | 100010000 | 101111 | 11110 |
Color Harmonies of #4E286F
Complementary color
Monochromatic Colors of #4E286F
Black with #4E286F
Text Example
Text Example
White with #4E286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E286F; }
p { color: rgb(78,40,111); }
H1.HeaderClassName
{
color: #4E286F;
}
.AnyTagClassName
{
color: #4E286F;
}
</style>
background-color css
<style>
a { background-color: #4E286F; }
a { background-color: rgb(78,40,111); }
div.DivClassName
{
background-color: #4E286F;
}
.BgClassName
{
background-color: #4E286F;
}
</style>
border-color css
<style>
span { border-color: #4E286F; }
span { border-color: rgb(78,40,111); }
td.TdClassName
{
border-color: #4E286F;
}
.TagClassName
{
border-color: #4E286F;
}
</style>