Shades of Blue Diamond #4D2E71
Tints of Blue Diamond #4D2E71
RGB
CMYK
RGB Variations
Color information
#4D2E71 (or 0x4D2E71) is known color: Blue Diamond. HEX triplet: 4D, 2E and 71. RGB value is (77,46,113). Sum of RGB (Red+Green+Blue) = 77+46+113=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D2E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2E71 is #B2D18E. Grayscale: #3E3E3E. Windows color (decimal): -11719055 or 7417421. OLE color: 7417421.
HSL color Cylindrical-coordinate representation of color #4D2E71: hue angle of 267.76º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D2E71 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 46 | 113 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.56 |
| HSL | 267.76º | 0.42% | 0.31% | - |
| HSV(B) | 267.76º | 0.59% | 0.44% | - |
| XYZ | 7.02 | 4.72 | 16.16 | - |
| YUV | 62.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 113 | 0.32 | 0.59 | 0 | 0.56 | 267.76 | 0.42 | 0.31 |
| Hex | 4D | 2E | 71 | 20 | 3B | 0 | 38 | 10C | 2A | 1F |
| Octal | 115 | 56 | 161 | 40 | 73 | 0 | 70 | 414 | 52 | 37 |
| Binary | 1001101 | 101110 | 1110001 | 100000 | 111011 | 0 | 111000 | 100001100 | 101010 | 11111 |
Color Harmonies of #4D2E71
Complementary color
Monochromatic Colors of #4D2E71
Black with #4D2E71
Text Example
Text Example
White with #4D2E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E71; }
p { color: rgb(77,46,113); }
H1.HeaderClassName
{
color: #4D2E71;
}
.AnyTagClassName
{
color: #4D2E71;
}
</style>
background-color css
<style>
a { background-color: #4D2E71; }
a { background-color: rgb(77,46,113); }
div.DivClassName
{
background-color: #4D2E71;
}
.BgClassName
{
background-color: #4D2E71;
}
</style>
border-color css
<style>
span { border-color: #4D2E71; }
span { border-color: rgb(77,46,113); }
td.TdClassName
{
border-color: #4D2E71;
}
.TagClassName
{
border-color: #4D2E71;
}
</style>