Shades of Blue Diamond #4D1778
Tints of Blue Diamond #4D1778
RGB
CMYK
RGB Variations
Color information
#4D1778 (or 0x4D1778) is known color: Blue Diamond. HEX triplet: 4D, 17 and 78. RGB value is (77,23,120). Sum of RGB (Red+Green+Blue) = 77+23+120=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D1778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1778 is #B2E887. Grayscale: #313131. Windows color (decimal): -11724936 or 7870285. OLE color: 7870285.
HSL color Cylindrical-coordinate representation of color #4D1778: hue angle of 273.4º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1778 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 23 | 120 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.53 |
| HSL | 273.4º | 0.68% | 0.28% | - |
| HSV(B) | 273.4º | 0.81% | 0.47% | - |
| XYZ | 6.76 | 3.55 | 18.1 | - |
| YUV | 50.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 120 | 0.36 | 0.81 | 0 | 0.53 | 273.4 | 0.68 | 0.28 |
| Hex | 4D | 17 | 78 | 24 | 51 | 0 | 35 | 111 | 44 | 1C |
| Octal | 115 | 27 | 170 | 44 | 121 | 0 | 65 | 421 | 104 | 34 |
| Binary | 1001101 | 10111 | 1111000 | 100100 | 1010001 | 0 | 110101 | 100010001 | 1000100 | 11100 |
Color Harmonies of #4D1778
Complementary color
Monochromatic Colors of #4D1778
Black with #4D1778
Text Example
Text Example
White with #4D1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1778; }
p { color: rgb(77,23,120); }
H1.HeaderClassName
{
color: #4D1778;
}
.AnyTagClassName
{
color: #4D1778;
}
</style>
background-color css
<style>
a { background-color: #4D1778; }
a { background-color: rgb(77,23,120); }
div.DivClassName
{
background-color: #4D1778;
}
.BgClassName
{
background-color: #4D1778;
}
</style>
border-color css
<style>
span { border-color: #4D1778; }
span { border-color: rgb(77,23,120); }
td.TdClassName
{
border-color: #4D1778;
}
.TagClassName
{
border-color: #4D1778;
}
</style>