Shades of Blue Diamond #4D2977
Tints of Blue Diamond #4D2977
RGB
CMYK
RGB Variations
Color information
#4D2977 (or 0x4D2977) is known color: Blue Diamond. HEX triplet: 4D, 29 and 77. RGB value is (77,41,119). Sum of RGB (Red+Green+Blue) = 77+41+119=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D2977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2977 is #B2D688. Grayscale: #3C3C3C. Windows color (decimal): -11720329 or 7809357. OLE color: 7809357.
HSL color Cylindrical-coordinate representation of color #4D2977: hue angle of 267.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D2977 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 41 | 119 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.53 |
| HSL | 267.69º | 0.49% | 0.31% | - |
| HSV(B) | 267.69º | 0.66% | 0.47% | - |
| XYZ | 7.18 | 4.5 | 17.94 | - |
| YUV | 60.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 119 | 0.35 | 0.66 | 0 | 0.53 | 267.69 | 0.49 | 0.31 |
| Hex | 4D | 29 | 77 | 23 | 42 | 0 | 35 | 10C | 31 | 1F |
| Octal | 115 | 51 | 167 | 43 | 102 | 0 | 65 | 414 | 61 | 37 |
| Binary | 1001101 | 101001 | 1110111 | 100011 | 1000010 | 0 | 110101 | 100001100 | 110001 | 11111 |
Color Harmonies of #4D2977
Complementary color
Monochromatic Colors of #4D2977
Black with #4D2977
Text Example
Text Example
White with #4D2977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2977; }
p { color: rgb(77,41,119); }
H1.HeaderClassName
{
color: #4D2977;
}
.AnyTagClassName
{
color: #4D2977;
}
</style>
background-color css
<style>
a { background-color: #4D2977; }
a { background-color: rgb(77,41,119); }
div.DivClassName
{
background-color: #4D2977;
}
.BgClassName
{
background-color: #4D2977;
}
</style>
border-color css
<style>
span { border-color: #4D2977; }
span { border-color: rgb(77,41,119); }
td.TdClassName
{
border-color: #4D2977;
}
.TagClassName
{
border-color: #4D2977;
}
</style>