Shades of Blue Diamond #4E2568
Tints of Blue Diamond #4E2568
RGB
CMYK
RGB Variations
Color information
#4E2568 (or 0x4E2568) is known color: Blue Diamond. HEX triplet: 4E, 25 and 68. RGB value is (78,37,104). Sum of RGB (Red+Green+Blue) = 78+37+104=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E2568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2568 is #B1DA97. Grayscale: #383838. Windows color (decimal): -11655832 or 6825294. OLE color: 6825294.
HSL color Cylindrical-coordinate representation of color #4E2568: hue angle of 276.72º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E2568 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 37 | 104 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.59 |
| HSL | 276.72º | 0.48% | 0.28% | - |
| HSV(B) | 276.72º | 0.64% | 0.41% | - |
| XYZ | 6.3 | 3.94 | 13.53 | - |
| YUV | 56.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 37 | 104 | 0.25 | 0.64 | 0 | 0.59 | 276.72 | 0.48 | 0.28 |
| Hex | 4E | 25 | 68 | 19 | 40 | 0 | 3B | 115 | 30 | 1C |
| Octal | 116 | 45 | 150 | 31 | 100 | 0 | 73 | 425 | 60 | 34 |
| Binary | 1001110 | 100101 | 1101000 | 11001 | 1000000 | 0 | 111011 | 100010101 | 110000 | 11100 |
Color Harmonies of #4E2568
Complementary color
Monochromatic Colors of #4E2568
Black with #4E2568
Text Example
Text Example
White with #4E2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2568; }
p { color: rgb(78,37,104); }
H1.HeaderClassName
{
color: #4E2568;
}
.AnyTagClassName
{
color: #4E2568;
}
</style>
background-color css
<style>
a { background-color: #4E2568; }
a { background-color: rgb(78,37,104); }
div.DivClassName
{
background-color: #4E2568;
}
.BgClassName
{
background-color: #4E2568;
}
</style>
border-color css
<style>
span { border-color: #4E2568; }
span { border-color: rgb(78,37,104); }
td.TdClassName
{
border-color: #4E2568;
}
.TagClassName
{
border-color: #4E2568;
}
</style>