Shades of Blue Diamond #4E3171
Tints of Blue Diamond #4E3171
RGB
CMYK
RGB Variations
Color information
#4E3171 (or 0x4E3171) is known color: Blue Diamond. HEX triplet: 4E, 31 and 71. RGB value is (78,49,113). Sum of RGB (Red+Green+Blue) = 78+49+113=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E3171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3171 is #B1CE8E. Grayscale: #404040. Windows color (decimal): -11652751 or 7418190. OLE color: 7418190.
HSL color Cylindrical-coordinate representation of color #4E3171: hue angle of 267.19º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E3171 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 49 | 113 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.56 |
| HSL | 267.19º | 0.4% | 0.32% | - |
| HSV(B) | 267.19º | 0.57% | 0.44% | - |
| XYZ | 7.22 | 5.01 | 16.21 | - |
| YUV | 64.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 49 | 113 | 0.31 | 0.57 | 0 | 0.56 | 267.19 | 0.4 | 0.32 |
| Hex | 4E | 31 | 71 | 1F | 39 | 0 | 38 | 10B | 28 | 20 |
| Octal | 116 | 61 | 161 | 37 | 71 | 0 | 70 | 413 | 50 | 40 |
| Binary | 1001110 | 110001 | 1110001 | 11111 | 111001 | 0 | 111000 | 100001011 | 101000 | 100000 |
Color Harmonies of #4E3171
Complementary color
Monochromatic Colors of #4E3171
Black with #4E3171
Text Example
Text Example
White with #4E3171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3171; }
p { color: rgb(78,49,113); }
H1.HeaderClassName
{
color: #4E3171;
}
.AnyTagClassName
{
color: #4E3171;
}
</style>
background-color css
<style>
a { background-color: #4E3171; }
a { background-color: rgb(78,49,113); }
div.DivClassName
{
background-color: #4E3171;
}
.BgClassName
{
background-color: #4E3171;
}
</style>
border-color css
<style>
span { border-color: #4E3171; }
span { border-color: rgb(78,49,113); }
td.TdClassName
{
border-color: #4E3171;
}
.TagClassName
{
border-color: #4E3171;
}
</style>