Shades of Blue Diamond #4E1B83
Tints of Blue Diamond #4E1B83
RGB
CMYK
RGB Variations
Color information
#4E1B83 (or 0x4E1B83) is known color: Blue Diamond. HEX triplet: 4E, 1B and 83. RGB value is (78,27,131). Sum of RGB (Red+Green+Blue) = 78+27+131=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E1B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1B83 is #B1E47C. Grayscale: #353535. Windows color (decimal): -11658365 or 8592206. OLE color: 8592206.
HSL color Cylindrical-coordinate representation of color #4E1B83: hue angle of 269.42º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1B83 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 27 | 131 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.49 |
| HSL | 269.42º | 0.66% | 0.31% | - |
| HSV(B) | 269.42º | 0.79% | 0.51% | - |
| XYZ | 7.63 | 4.04 | 21.85 | - |
| YUV | 54.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 131 | 0.40 | 0.79 | 0 | 0.49 | 269.42 | 0.66 | 0.31 |
| Hex | 4E | 1B | 83 | 28 | 4F | 0 | 31 | 10D | 42 | 1F |
| Octal | 116 | 33 | 203 | 50 | 117 | 0 | 61 | 415 | 102 | 37 |
| Binary | 1001110 | 11011 | 10000011 | 101000 | 1001111 | 0 | 110001 | 100001101 | 1000010 | 11111 |
Color Harmonies of #4E1B83
Complementary color
Monochromatic Colors of #4E1B83
Black with #4E1B83
Text Example
Text Example
White with #4E1B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B83; }
p { color: rgb(78,27,131); }
H1.HeaderClassName
{
color: #4E1B83;
}
.AnyTagClassName
{
color: #4E1B83;
}
</style>
background-color css
<style>
a { background-color: #4E1B83; }
a { background-color: rgb(78,27,131); }
div.DivClassName
{
background-color: #4E1B83;
}
.BgClassName
{
background-color: #4E1B83;
}
</style>
border-color css
<style>
span { border-color: #4E1B83; }
span { border-color: rgb(78,27,131); }
td.TdClassName
{
border-color: #4E1B83;
}
.TagClassName
{
border-color: #4E1B83;
}
</style>