Shades of Blue Diamond #4E3068
Tints of Blue Diamond #4E3068
RGB
CMYK
RGB Variations
Color information
#4E3068 (or 0x4E3068) is known color: Blue Diamond. HEX triplet: 4E, 30 and 68. RGB value is (78,48,104). Sum of RGB (Red+Green+Blue) = 78+48+104=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E3068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3068 is #B1CF97. Grayscale: #3F3F3F. Windows color (decimal): -11653016 or 6828110. OLE color: 6828110.
HSL color Cylindrical-coordinate representation of color #4E3068: hue angle of 272.14º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E3068 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 48 | 104 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.59 |
| HSL | 272.14º | 0.37% | 0.3% | - |
| HSV(B) | 272.14º | 0.54% | 0.41% | - |
| XYZ | 6.7 | 4.73 | 13.66 | - |
| YUV | 63.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 48 | 104 | 0.25 | 0.54 | 0 | 0.59 | 272.14 | 0.37 | 0.3 |
| Hex | 4E | 30 | 68 | 19 | 36 | 0 | 3B | 110 | 25 | 1E |
| Octal | 116 | 60 | 150 | 31 | 66 | 0 | 73 | 420 | 45 | 36 |
| Binary | 1001110 | 110000 | 1101000 | 11001 | 110110 | 0 | 111011 | 100010000 | 100101 | 11110 |
Color Harmonies of #4E3068
Complementary color
Monochromatic Colors of #4E3068
Black with #4E3068
Text Example
Text Example
White with #4E3068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3068; }
p { color: rgb(78,48,104); }
H1.HeaderClassName
{
color: #4E3068;
}
.AnyTagClassName
{
color: #4E3068;
}
</style>
background-color css
<style>
a { background-color: #4E3068; }
a { background-color: rgb(78,48,104); }
div.DivClassName
{
background-color: #4E3068;
}
.BgClassName
{
background-color: #4E3068;
}
</style>
border-color css
<style>
span { border-color: #4E3068; }
span { border-color: rgb(78,48,104); }
td.TdClassName
{
border-color: #4E3068;
}
.TagClassName
{
border-color: #4E3068;
}
</style>