Shades of Blue Diamond #4E206A
Tints of Blue Diamond #4E206A
RGB
CMYK
RGB Variations
Color information
#4E206A (or 0x4E206A) is known color: Blue Diamond. HEX triplet: 4E, 20 and 6A. RGB value is (78,32,106). Sum of RGB (Red+Green+Blue) = 78+32+106=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E206A is #B1DF95. Grayscale: #353535. Windows color (decimal): -11657110 or 6955086. OLE color: 6955086.
HSL color Cylindrical-coordinate representation of color #4E206A: hue angle of 277.3º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E206A is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 32 | 106 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.58 |
| HSL | 277.3º | 0.54% | 0.27% | - |
| HSV(B) | 277.3º | 0.7% | 0.42% | - |
| XYZ | 6.26 | 3.69 | 14.02 | - |
| YUV | 54.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 106 | 0.26 | 0.70 | 0 | 0.58 | 277.3 | 0.54 | 0.27 |
| Hex | 4E | 20 | 6A | 1A | 46 | 0 | 3A | 115 | 36 | 1B |
| Octal | 116 | 40 | 152 | 32 | 106 | 0 | 72 | 425 | 66 | 33 |
| Binary | 1001110 | 100000 | 1101010 | 11010 | 1000110 | 0 | 111010 | 100010101 | 110110 | 11011 |
Color Harmonies of #4E206A
Complementary color
Monochromatic Colors of #4E206A
Black with #4E206A
Text Example
Text Example
White with #4E206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E206A; }
p { color: rgb(78,32,106); }
H1.HeaderClassName
{
color: #4E206A;
}
.AnyTagClassName
{
color: #4E206A;
}
</style>
background-color css
<style>
a { background-color: #4E206A; }
a { background-color: rgb(78,32,106); }
div.DivClassName
{
background-color: #4E206A;
}
.BgClassName
{
background-color: #4E206A;
}
</style>
border-color css
<style>
span { border-color: #4E206A; }
span { border-color: rgb(78,32,106); }
td.TdClassName
{
border-color: #4E206A;
}
.TagClassName
{
border-color: #4E206A;
}
</style>