Shades of Blue Diamond #4D2F78
Tints of Blue Diamond #4D2F78
RGB
CMYK
RGB Variations
Color information
#4D2F78 (or 0x4D2F78) is known color: Blue Diamond. HEX triplet: 4D, 2F and 78. RGB value is (77,47,120). Sum of RGB (Red+Green+Blue) = 77+47+120=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D2F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2F78 is #B2D087. Grayscale: #404040. Windows color (decimal): -11718792 or 7876429. OLE color: 7876429.
HSL color Cylindrical-coordinate representation of color #4D2F78: hue angle of 264.66º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D2F78 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 47 | 120 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.53 |
| HSL | 264.66º | 0.44% | 0.33% | - |
| HSV(B) | 264.66º | 0.61% | 0.47% | - |
| XYZ | 7.47 | 4.97 | 18.33 | - |
| YUV | 64.29 | 159.44 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 120 | 0.36 | 0.61 | 0 | 0.53 | 264.66 | 0.44 | 0.33 |
| Hex | 4D | 2F | 78 | 24 | 3D | 0 | 35 | 109 | 2C | 21 |
| Octal | 115 | 57 | 170 | 44 | 75 | 0 | 65 | 411 | 54 | 41 |
| Binary | 1001101 | 101111 | 1111000 | 100100 | 111101 | 0 | 110101 | 100001001 | 101100 | 100001 |
Color Harmonies of #4D2F78
Complementary color
Monochromatic Colors of #4D2F78
Black with #4D2F78
Text Example
Text Example
White with #4D2F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F78; }
p { color: rgb(77,47,120); }
H1.HeaderClassName
{
color: #4D2F78;
}
.AnyTagClassName
{
color: #4D2F78;
}
</style>
background-color css
<style>
a { background-color: #4D2F78; }
a { background-color: rgb(77,47,120); }
div.DivClassName
{
background-color: #4D2F78;
}
.BgClassName
{
background-color: #4D2F78;
}
</style>
border-color css
<style>
span { border-color: #4D2F78; }
span { border-color: rgb(77,47,120); }
td.TdClassName
{
border-color: #4D2F78;
}
.TagClassName
{
border-color: #4D2F78;
}
</style>