Shades of Blue Diamond #4D2F70
Tints of Blue Diamond #4D2F70
RGB
CMYK
RGB Variations
Color information
#4D2F70 (or 0x4D2F70) is known color: Blue Diamond. HEX triplet: 4D, 2F and 70. RGB value is (77,47,112). Sum of RGB (Red+Green+Blue) = 77+47+112=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D2F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2F70 is #B2D08F. Grayscale: #3F3F3F. Windows color (decimal): -11718800 or 7352141. OLE color: 7352141.
HSL color Cylindrical-coordinate representation of color #4D2F70: hue angle of 267.69º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2F70 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 47 | 112 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.56 |
| HSL | 267.69º | 0.41% | 0.31% | - |
| HSV(B) | 267.69º | 0.58% | 0.44% | - |
| XYZ | 7 | 4.78 | 15.88 | - |
| YUV | 63.38 | 155.44 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 112 | 0.31 | 0.58 | 0 | 0.56 | 267.69 | 0.41 | 0.31 |
| Hex | 4D | 2F | 70 | 1F | 3A | 0 | 38 | 10C | 29 | 1F |
| Octal | 115 | 57 | 160 | 37 | 72 | 0 | 70 | 414 | 51 | 37 |
| Binary | 1001101 | 101111 | 1110000 | 11111 | 111010 | 0 | 111000 | 100001100 | 101001 | 11111 |
Color Harmonies of #4D2F70
Complementary color
Monochromatic Colors of #4D2F70
Black with #4D2F70
Text Example
Text Example
White with #4D2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F70; }
p { color: rgb(77,47,112); }
H1.HeaderClassName
{
color: #4D2F70;
}
.AnyTagClassName
{
color: #4D2F70;
}
</style>
background-color css
<style>
a { background-color: #4D2F70; }
a { background-color: rgb(77,47,112); }
div.DivClassName
{
background-color: #4D2F70;
}
.BgClassName
{
background-color: #4D2F70;
}
</style>
border-color css
<style>
span { border-color: #4D2F70; }
span { border-color: rgb(77,47,112); }
td.TdClassName
{
border-color: #4D2F70;
}
.TagClassName
{
border-color: #4D2F70;
}
</style>