Shades of Blue Diamond #4D3071
Tints of Blue Diamond #4D3071
RGB
CMYK
RGB Variations
Color information
#4D3071 (or 0x4D3071) is known color: Blue Diamond. HEX triplet: 4D, 30 and 71. RGB value is (77,48,113). Sum of RGB (Red+Green+Blue) = 77+48+113=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D3071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3071 is #B2CF8E. Grayscale: #3F3F3F. Windows color (decimal): -11718543 or 7417933. OLE color: 7417933.
HSL color Cylindrical-coordinate representation of color #4D3071: hue angle of 266.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3071 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 48 | 113 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.56 |
| HSL | 266.77º | 0.4% | 0.32% | - |
| HSV(B) | 266.77º | 0.58% | 0.44% | - |
| XYZ | 7.1 | 4.88 | 16.19 | - |
| YUV | 64.08 | 155.61 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 113 | 0.32 | 0.58 | 0 | 0.56 | 266.77 | 0.4 | 0.32 |
| Hex | 4D | 30 | 71 | 20 | 3A | 0 | 38 | 10B | 28 | 20 |
| Octal | 115 | 60 | 161 | 40 | 72 | 0 | 70 | 413 | 50 | 40 |
| Binary | 1001101 | 110000 | 1110001 | 100000 | 111010 | 0 | 111000 | 100001011 | 101000 | 100000 |
Color Harmonies of #4D3071
Complementary color
Monochromatic Colors of #4D3071
Black with #4D3071
Text Example
Text Example
White with #4D3071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3071; }
p { color: rgb(77,48,113); }
H1.HeaderClassName
{
color: #4D3071;
}
.AnyTagClassName
{
color: #4D3071;
}
</style>
background-color css
<style>
a { background-color: #4D3071; }
a { background-color: rgb(77,48,113); }
div.DivClassName
{
background-color: #4D3071;
}
.BgClassName
{
background-color: #4D3071;
}
</style>
border-color css
<style>
span { border-color: #4D3071; }
span { border-color: rgb(77,48,113); }
td.TdClassName
{
border-color: #4D3071;
}
.TagClassName
{
border-color: #4D3071;
}
</style>