Shades of Blue Diamond #4E2968
Tints of Blue Diamond #4E2968
RGB
CMYK
RGB Variations
Color information
#4E2968 (or 0x4E2968) is known color: Blue Diamond. HEX triplet: 4E, 29 and 68. RGB value is (78,41,104). Sum of RGB (Red+Green+Blue) = 78+41+104=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E2968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2968 is #B1D697. Grayscale: #3B3B3B. Windows color (decimal): -11654808 or 6826318. OLE color: 6826318.
HSL color Cylindrical-coordinate representation of color #4E2968: hue angle of 275.24º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E2968 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 41 | 104 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.59 |
| HSL | 275.24º | 0.43% | 0.28% | - |
| HSV(B) | 275.24º | 0.61% | 0.41% | - |
| XYZ | 6.43 | 4.21 | 13.57 | - |
| YUV | 59.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 41 | 104 | 0.25 | 0.61 | 0 | 0.59 | 275.24 | 0.43 | 0.28 |
| Hex | 4E | 29 | 68 | 19 | 3D | 0 | 3B | 113 | 2B | 1C |
| Octal | 116 | 51 | 150 | 31 | 75 | 0 | 73 | 423 | 53 | 34 |
| Binary | 1001110 | 101001 | 1101000 | 11001 | 111101 | 0 | 111011 | 100010011 | 101011 | 11100 |
Color Harmonies of #4E2968
Complementary color
Monochromatic Colors of #4E2968
Black with #4E2968
Text Example
Text Example
White with #4E2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2968; }
p { color: rgb(78,41,104); }
H1.HeaderClassName
{
color: #4E2968;
}
.AnyTagClassName
{
color: #4E2968;
}
</style>
background-color css
<style>
a { background-color: #4E2968; }
a { background-color: rgb(78,41,104); }
div.DivClassName
{
background-color: #4E2968;
}
.BgClassName
{
background-color: #4E2968;
}
</style>
border-color css
<style>
span { border-color: #4E2968; }
span { border-color: rgb(78,41,104); }
td.TdClassName
{
border-color: #4E2968;
}
.TagClassName
{
border-color: #4E2968;
}
</style>