Shades of Blue Diamond #4D1C72
Tints of Blue Diamond #4D1C72
RGB
CMYK
RGB Variations
Color information
#4D1C72 (or 0x4D1C72) is known color: Blue Diamond. HEX triplet: 4D, 1C and 72. RGB value is (77,28,114). Sum of RGB (Red+Green+Blue) = 77+28+114=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D1C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1C72 is #B2E38D. Grayscale: #343434. Windows color (decimal): -11723662 or 7478349. OLE color: 7478349.
HSL color Cylindrical-coordinate representation of color #4D1C72: hue angle of 274.19º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1C72 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 28 | 114 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.55 |
| HSL | 274.19º | 0.61% | 0.28% | - |
| HSV(B) | 274.19º | 0.75% | 0.45% | - |
| XYZ | 6.51 | 3.62 | 16.28 | - |
| YUV | 52.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 28 | 114 | 0.32 | 0.75 | 0 | 0.55 | 274.19 | 0.61 | 0.28 |
| Hex | 4D | 1C | 72 | 20 | 4B | 0 | 37 | 112 | 3D | 1C |
| Octal | 115 | 34 | 162 | 40 | 113 | 0 | 67 | 422 | 75 | 34 |
| Binary | 1001101 | 11100 | 1110010 | 100000 | 1001011 | 0 | 110111 | 100010010 | 111101 | 11100 |
Color Harmonies of #4D1C72
Complementary color
Monochromatic Colors of #4D1C72
Black with #4D1C72
Text Example
Text Example
White with #4D1C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1C72; }
p { color: rgb(77,28,114); }
H1.HeaderClassName
{
color: #4D1C72;
}
.AnyTagClassName
{
color: #4D1C72;
}
</style>
background-color css
<style>
a { background-color: #4D1C72; }
a { background-color: rgb(77,28,114); }
div.DivClassName
{
background-color: #4D1C72;
}
.BgClassName
{
background-color: #4D1C72;
}
</style>
border-color css
<style>
span { border-color: #4D1C72; }
span { border-color: rgb(77,28,114); }
td.TdClassName
{
border-color: #4D1C72;
}
.TagClassName
{
border-color: #4D1C72;
}
</style>