Shades of Blue Diamond #4E256E
Tints of Blue Diamond #4E256E
RGB
CMYK
RGB Variations
Color information
#4E256E (or 0x4E256E) is known color: Blue Diamond. HEX triplet: 4E, 25 and 6E. RGB value is (78,37,110). Sum of RGB (Red+Green+Blue) = 78+37+110=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E256E is #B1DA91. Grayscale: #393939. Windows color (decimal): -11655826 or 7218510. OLE color: 7218510.
HSL color Cylindrical-coordinate representation of color #4E256E: hue angle of 273.7º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E256E is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 37 | 110 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.57 |
| HSL | 273.7º | 0.5% | 0.29% | - |
| HSV(B) | 273.7º | 0.66% | 0.43% | - |
| XYZ | 6.62 | 4.07 | 15.19 | - |
| YUV | 57.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 110 | 0.29 | 0.66 | 0 | 0.57 | 273.7 | 0.5 | 0.29 |
| Hex | 4E | 25 | 6E | 1D | 42 | 0 | 39 | 112 | 32 | 1D |
| Octal | 116 | 45 | 156 | 35 | 102 | 0 | 71 | 422 | 62 | 35 |
| Binary | 1001110 | 100101 | 1101110 | 11101 | 1000010 | 0 | 111001 | 100010010 | 110010 | 11101 |
Color Harmonies of #4E256E
Complementary color
Monochromatic Colors of #4E256E
Black with #4E256E
Text Example
Text Example
White with #4E256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E256E; }
p { color: rgb(78,37,110); }
H1.HeaderClassName
{
color: #4E256E;
}
.AnyTagClassName
{
color: #4E256E;
}
</style>
background-color css
<style>
a { background-color: #4E256E; }
a { background-color: rgb(78,37,110); }
div.DivClassName
{
background-color: #4E256E;
}
.BgClassName
{
background-color: #4E256E;
}
</style>
border-color css
<style>
span { border-color: #4E256E; }
span { border-color: rgb(78,37,110); }
td.TdClassName
{
border-color: #4E256E;
}
.TagClassName
{
border-color: #4E256E;
}
</style>