Shades of Blue Diamond #4D1F77
Tints of Blue Diamond #4D1F77
RGB
CMYK
RGB Variations
Color information
#4D1F77 (or 0x4D1F77) is known color: Blue Diamond. HEX triplet: 4D, 1F and 77. RGB value is (77,31,119). Sum of RGB (Red+Green+Blue) = 77+31+119=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D1F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1F77 is #B2E088. Grayscale: #363636. Windows color (decimal): -11722889 or 7806797. OLE color: 7806797.
HSL color Cylindrical-coordinate representation of color #4D1F77: hue angle of 271.36º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1F77 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 31 | 119 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.53 |
| HSL | 271.36º | 0.59% | 0.29% | - |
| HSV(B) | 271.36º | 0.74% | 0.47% | - |
| XYZ | 6.88 | 3.89 | 17.84 | - |
| YUV | 54.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 31 | 119 | 0.35 | 0.74 | 0 | 0.53 | 271.36 | 0.59 | 0.29 |
| Hex | 4D | 1F | 77 | 23 | 4A | 0 | 35 | 10F | 3B | 1D |
| Octal | 115 | 37 | 167 | 43 | 112 | 0 | 65 | 417 | 73 | 35 |
| Binary | 1001101 | 11111 | 1110111 | 100011 | 1001010 | 0 | 110101 | 100001111 | 111011 | 11101 |
Color Harmonies of #4D1F77
Complementary color
Monochromatic Colors of #4D1F77
Black with #4D1F77
Text Example
Text Example
White with #4D1F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1F77; }
p { color: rgb(77,31,119); }
H1.HeaderClassName
{
color: #4D1F77;
}
.AnyTagClassName
{
color: #4D1F77;
}
</style>
background-color css
<style>
a { background-color: #4D1F77; }
a { background-color: rgb(77,31,119); }
div.DivClassName
{
background-color: #4D1F77;
}
.BgClassName
{
background-color: #4D1F77;
}
</style>
border-color css
<style>
span { border-color: #4D1F77; }
span { border-color: rgb(77,31,119); }
td.TdClassName
{
border-color: #4D1F77;
}
.TagClassName
{
border-color: #4D1F77;
}
</style>