Shades of Blue Diamond #4D1672
Tints of Blue Diamond #4D1672
RGB
CMYK
RGB Variations
Color information
#4D1672 (or 0x4D1672) is known color: Blue Diamond. HEX triplet: 4D, 16 and 72. RGB value is (77,22,114). Sum of RGB (Red+Green+Blue) = 77+22+114=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D1672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1672 is #B2E98D. Grayscale: #303030. Windows color (decimal): -11725198 or 7476813. OLE color: 7476813.
HSL color Cylindrical-coordinate representation of color #4D1672: hue angle of 275.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1672 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 22 | 114 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.55 |
| HSL | 275.87º | 0.68% | 0.27% | - |
| HSV(B) | 275.87º | 0.81% | 0.45% | - |
| XYZ | 6.38 | 3.37 | 16.23 | - |
| YUV | 48.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 114 | 0.32 | 0.81 | 0 | 0.55 | 275.87 | 0.68 | 0.27 |
| Hex | 4D | 16 | 72 | 20 | 51 | 0 | 37 | 114 | 44 | 1B |
| Octal | 115 | 26 | 162 | 40 | 121 | 0 | 67 | 424 | 104 | 33 |
| Binary | 1001101 | 10110 | 1110010 | 100000 | 1010001 | 0 | 110111 | 100010100 | 1000100 | 11011 |
Color Harmonies of #4D1672
Complementary color
Monochromatic Colors of #4D1672
Black with #4D1672
Text Example
Text Example
White with #4D1672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1672; }
p { color: rgb(77,22,114); }
H1.HeaderClassName
{
color: #4D1672;
}
.AnyTagClassName
{
color: #4D1672;
}
</style>
background-color css
<style>
a { background-color: #4D1672; }
a { background-color: rgb(77,22,114); }
div.DivClassName
{
background-color: #4D1672;
}
.BgClassName
{
background-color: #4D1672;
}
</style>
border-color css
<style>
span { border-color: #4D1672; }
span { border-color: rgb(77,22,114); }
td.TdClassName
{
border-color: #4D1672;
}
.TagClassName
{
border-color: #4D1672;
}
</style>