Shades of Blue Diamond #4D2774
Tints of Blue Diamond #4D2774
RGB
CMYK
RGB Variations
Color information
#4D2774 (or 0x4D2774) is known color: Blue Diamond. HEX triplet: 4D, 27 and 74. RGB value is (77,39,116). Sum of RGB (Red+Green+Blue) = 77+39+116=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 116 (45.70% from 255 or 50% from 232); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D2774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2774 is #B2D88B. Grayscale: #3A3A3A. Windows color (decimal): -11720844 or 7612237. OLE color: 7612237.
HSL color Cylindrical-coordinate representation of color #4D2774: hue angle of 269.61º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D2774 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 39 | 116 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.55 |
| HSL | 269.61º | 0.5% | 0.3% | - |
| HSV(B) | 269.61º | 0.66% | 0.45% | - |
| XYZ | 6.94 | 4.29 | 16.99 | - |
| YUV | 59.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 116 | 0.34 | 0.66 | 0 | 0.55 | 269.61 | 0.5 | 0.3 |
| Hex | 4D | 27 | 74 | 22 | 42 | 0 | 37 | 10E | 32 | 1E |
| Octal | 115 | 47 | 164 | 42 | 102 | 0 | 67 | 416 | 62 | 36 |
| Binary | 1001101 | 100111 | 1110100 | 100010 | 1000010 | 0 | 110111 | 100001110 | 110010 | 11110 |
Color Harmonies of #4D2774
Complementary color
Monochromatic Colors of #4D2774
Black with #4D2774
Text Example
Text Example
White with #4D2774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2774; }
p { color: rgb(77,39,116); }
H1.HeaderClassName
{
color: #4D2774;
}
.AnyTagClassName
{
color: #4D2774;
}
</style>
background-color css
<style>
a { background-color: #4D2774; }
a { background-color: rgb(77,39,116); }
div.DivClassName
{
background-color: #4D2774;
}
.BgClassName
{
background-color: #4D2774;
}
</style>
border-color css
<style>
span { border-color: #4D2774; }
span { border-color: rgb(77,39,116); }
td.TdClassName
{
border-color: #4D2774;
}
.TagClassName
{
border-color: #4D2774;
}
</style>