Shades of Blue Diamond #4D2477
Tints of Blue Diamond #4D2477
RGB
CMYK
RGB Variations
Color information
#4D2477 (or 0x4D2477) is known color: Blue Diamond. HEX triplet: 4D, 24 and 77. RGB value is (77,36,119). Sum of RGB (Red+Green+Blue) = 77+36+119=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D2477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2477 is #B2DB88. Grayscale: #393939. Windows color (decimal): -11721609 or 7808077. OLE color: 7808077.
HSL color Cylindrical-coordinate representation of color #4D2477: hue angle of 269.64º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D2477 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 36 | 119 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.53 |
| HSL | 269.64º | 0.54% | 0.3% | - |
| HSV(B) | 269.64º | 0.7% | 0.47% | - |
| XYZ | 7.02 | 4.17 | 17.89 | - |
| YUV | 57.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 119 | 0.35 | 0.70 | 0 | 0.53 | 269.64 | 0.54 | 0.3 |
| Hex | 4D | 24 | 77 | 23 | 46 | 0 | 35 | 10E | 36 | 1E |
| Octal | 115 | 44 | 167 | 43 | 106 | 0 | 65 | 416 | 66 | 36 |
| Binary | 1001101 | 100100 | 1110111 | 100011 | 1000110 | 0 | 110101 | 100001110 | 110110 | 11110 |
Color Harmonies of #4D2477
Complementary color
Monochromatic Colors of #4D2477
Black with #4D2477
Text Example
Text Example
White with #4D2477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2477; }
p { color: rgb(77,36,119); }
H1.HeaderClassName
{
color: #4D2477;
}
.AnyTagClassName
{
color: #4D2477;
}
</style>
background-color css
<style>
a { background-color: #4D2477; }
a { background-color: rgb(77,36,119); }
div.DivClassName
{
background-color: #4D2477;
}
.BgClassName
{
background-color: #4D2477;
}
</style>
border-color css
<style>
span { border-color: #4D2477; }
span { border-color: rgb(77,36,119); }
td.TdClassName
{
border-color: #4D2477;
}
.TagClassName
{
border-color: #4D2477;
}
</style>