Shades of Blue Diamond #4D1D70
Tints of Blue Diamond #4D1D70
RGB
CMYK
RGB Variations
Color information
#4D1D70 (or 0x4D1D70) is known color: Blue Diamond. HEX triplet: 4D, 1D and 70. RGB value is (77,29,112). Sum of RGB (Red+Green+Blue) = 77+29+112=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D1D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1D70 is #B2E28F. Grayscale: #343434. Windows color (decimal): -11723408 or 7347533. OLE color: 7347533.
HSL color Cylindrical-coordinate representation of color #4D1D70: hue angle of 274.7º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1D70 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 29 | 112 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.56 |
| HSL | 274.7º | 0.59% | 0.28% | - |
| HSV(B) | 274.7º | 0.74% | 0.44% | - |
| XYZ | 6.42 | 3.63 | 15.69 | - |
| YUV | 52.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 112 | 0.31 | 0.74 | 0 | 0.56 | 274.7 | 0.59 | 0.28 |
| Hex | 4D | 1D | 70 | 1F | 4A | 0 | 38 | 113 | 3B | 1C |
| Octal | 115 | 35 | 160 | 37 | 112 | 0 | 70 | 423 | 73 | 34 |
| Binary | 1001101 | 11101 | 1110000 | 11111 | 1001010 | 0 | 111000 | 100010011 | 111011 | 11100 |
Color Harmonies of #4D1D70
Complementary color
Monochromatic Colors of #4D1D70
Black with #4D1D70
Text Example
Text Example
White with #4D1D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D70; }
p { color: rgb(77,29,112); }
H1.HeaderClassName
{
color: #4D1D70;
}
.AnyTagClassName
{
color: #4D1D70;
}
</style>
background-color css
<style>
a { background-color: #4D1D70; }
a { background-color: rgb(77,29,112); }
div.DivClassName
{
background-color: #4D1D70;
}
.BgClassName
{
background-color: #4D1D70;
}
</style>
border-color css
<style>
span { border-color: #4D1D70; }
span { border-color: rgb(77,29,112); }
td.TdClassName
{
border-color: #4D1D70;
}
.TagClassName
{
border-color: #4D1D70;
}
</style>