Shades of Blue Diamond #4D2572
Tints of Blue Diamond #4D2572
RGB
CMYK
RGB Variations
Color information
#4D2572 (or 0x4D2572) is known color: Blue Diamond. HEX triplet: 4D, 25 and 72. RGB value is (77,37,114). Sum of RGB (Red+Green+Blue) = 77+37+114=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D2572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2572 is #B2DA8D. Grayscale: #393939. Windows color (decimal): -11721358 or 7480653. OLE color: 7480653.
HSL color Cylindrical-coordinate representation of color #4D2572: hue angle of 271.17º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D2572 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 37 | 114 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.55 |
| HSL | 271.17º | 0.51% | 0.3% | - |
| HSV(B) | 271.17º | 0.68% | 0.45% | - |
| XYZ | 6.76 | 4.12 | 16.36 | - |
| YUV | 57.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 114 | 0.32 | 0.68 | 0 | 0.55 | 271.17 | 0.51 | 0.3 |
| Hex | 4D | 25 | 72 | 20 | 44 | 0 | 37 | 10F | 33 | 1E |
| Octal | 115 | 45 | 162 | 40 | 104 | 0 | 67 | 417 | 63 | 36 |
| Binary | 1001101 | 100101 | 1110010 | 100000 | 1000100 | 0 | 110111 | 100001111 | 110011 | 11110 |
Color Harmonies of #4D2572
Complementary color
Monochromatic Colors of #4D2572
Black with #4D2572
Text Example
Text Example
White with #4D2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2572; }
p { color: rgb(77,37,114); }
H1.HeaderClassName
{
color: #4D2572;
}
.AnyTagClassName
{
color: #4D2572;
}
</style>
background-color css
<style>
a { background-color: #4D2572; }
a { background-color: rgb(77,37,114); }
div.DivClassName
{
background-color: #4D2572;
}
.BgClassName
{
background-color: #4D2572;
}
</style>
border-color css
<style>
span { border-color: #4D2572; }
span { border-color: rgb(77,37,114); }
td.TdClassName
{
border-color: #4D2572;
}
.TagClassName
{
border-color: #4D2572;
}
</style>