Shades of Blue Diamond #4D1D73
Tints of Blue Diamond #4D1D73
RGB
CMYK
RGB Variations
Color information
#4D1D73 (or 0x4D1D73) is known color: Blue Diamond. HEX triplet: 4D, 1D and 73. RGB value is (77,29,115). Sum of RGB (Red+Green+Blue) = 77+29+115=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D1D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1D73 is #B2E28C. Grayscale: #343434. Windows color (decimal): -11723405 or 7544141. OLE color: 7544141.
HSL color Cylindrical-coordinate representation of color #4D1D73: hue angle of 273.49º degrees, saturation: 0.6, 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 #4D1D73 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 29 | 115 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.55 |
| HSL | 273.49º | 0.6% | 0.28% | - |
| HSV(B) | 273.49º | 0.75% | 0.45% | - |
| XYZ | 6.59 | 3.69 | 16.59 | - |
| YUV | 53.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 115 | 0.33 | 0.75 | 0 | 0.55 | 273.49 | 0.6 | 0.28 |
| Hex | 4D | 1D | 73 | 21 | 4B | 0 | 37 | 111 | 3C | 1C |
| Octal | 115 | 35 | 163 | 41 | 113 | 0 | 67 | 421 | 74 | 34 |
| Binary | 1001101 | 11101 | 1110011 | 100001 | 1001011 | 0 | 110111 | 100010001 | 111100 | 11100 |
Color Harmonies of #4D1D73
Complementary color
Monochromatic Colors of #4D1D73
Black with #4D1D73
Text Example
Text Example
White with #4D1D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D73; }
p { color: rgb(77,29,115); }
H1.HeaderClassName
{
color: #4D1D73;
}
.AnyTagClassName
{
color: #4D1D73;
}
</style>
background-color css
<style>
a { background-color: #4D1D73; }
a { background-color: rgb(77,29,115); }
div.DivClassName
{
background-color: #4D1D73;
}
.BgClassName
{
background-color: #4D1D73;
}
</style>
border-color css
<style>
span { border-color: #4D1D73; }
span { border-color: rgb(77,29,115); }
td.TdClassName
{
border-color: #4D1D73;
}
.TagClassName
{
border-color: #4D1D73;
}
</style>