Shades of Blue Diamond #4E207B
Tints of Blue Diamond #4E207B
RGB
CMYK
RGB Variations
Color information
#4E207B (or 0x4E207B) is known color: Blue Diamond. HEX triplet: 4E, 20 and 7B. RGB value is (78,32,123). Sum of RGB (Red+Green+Blue) = 78+32+123=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E207B is #B1DF84. Grayscale: #373737. Windows color (decimal): -11657093 or 8069198. OLE color: 8069198.
HSL color Cylindrical-coordinate representation of color #4E207B: hue angle of 270.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E207B is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 32 | 123 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.52 |
| HSL | 270.33º | 0.59% | 0.3% | - |
| HSV(B) | 270.33º | 0.74% | 0.48% | - |
| XYZ | 7.23 | 4.08 | 19.15 | - |
| YUV | 56.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 123 | 0.37 | 0.74 | 0 | 0.52 | 270.33 | 0.59 | 0.3 |
| Hex | 4E | 20 | 7B | 25 | 4A | 0 | 34 | 10E | 3B | 1E |
| Octal | 116 | 40 | 173 | 45 | 112 | 0 | 64 | 416 | 73 | 36 |
| Binary | 1001110 | 100000 | 1111011 | 100101 | 1001010 | 0 | 110100 | 100001110 | 111011 | 11110 |
Color Harmonies of #4E207B
Complementary color
Monochromatic Colors of #4E207B
Black with #4E207B
Text Example
Text Example
White with #4E207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E207B; }
p { color: rgb(78,32,123); }
H1.HeaderClassName
{
color: #4E207B;
}
.AnyTagClassName
{
color: #4E207B;
}
</style>
background-color css
<style>
a { background-color: #4E207B; }
a { background-color: rgb(78,32,123); }
div.DivClassName
{
background-color: #4E207B;
}
.BgClassName
{
background-color: #4E207B;
}
</style>
border-color css
<style>
span { border-color: #4E207B; }
span { border-color: rgb(78,32,123); }
td.TdClassName
{
border-color: #4E207B;
}
.TagClassName
{
border-color: #4E207B;
}
</style>