Shades of Blue Diamond #4D366D
Tints of Blue Diamond #4D366D
RGB
CMYK
RGB Variations
Color information
#4D366D (or 0x4D366D) is known color: Blue Diamond. HEX triplet: 4D, 36 and 6D. RGB value is (77,54,109). Sum of RGB (Red+Green+Blue) = 77+54+109=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D366D is #B2C992. Grayscale: #424242. Windows color (decimal): -11717011 or 7157325. OLE color: 7157325.
HSL color Cylindrical-coordinate representation of color #4D366D: hue angle of 265.09º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D366D is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 54 | 109 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.57 |
| HSL | 265.09º | 0.34% | 0.32% | - |
| HSV(B) | 265.09º | 0.5% | 0.43% | - |
| XYZ | 7.14 | 5.32 | 15.12 | - |
| YUV | 67.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 109 | 0.29 | 0.50 | 0 | 0.57 | 265.09 | 0.34 | 0.32 |
| Hex | 4D | 36 | 6D | 1D | 32 | 0 | 39 | 109 | 22 | 20 |
| Octal | 115 | 66 | 155 | 35 | 62 | 0 | 71 | 411 | 42 | 40 |
| Binary | 1001101 | 110110 | 1101101 | 11101 | 110010 | 0 | 111001 | 100001001 | 100010 | 100000 |
Color Harmonies of #4D366D
Complementary color
Monochromatic Colors of #4D366D
Black with #4D366D
Text Example
Text Example
White with #4D366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D366D; }
p { color: rgb(77,54,109); }
H1.HeaderClassName
{
color: #4D366D;
}
.AnyTagClassName
{
color: #4D366D;
}
</style>
background-color css
<style>
a { background-color: #4D366D; }
a { background-color: rgb(77,54,109); }
div.DivClassName
{
background-color: #4D366D;
}
.BgClassName
{
background-color: #4D366D;
}
</style>
border-color css
<style>
span { border-color: #4D366D; }
span { border-color: rgb(77,54,109); }
td.TdClassName
{
border-color: #4D366D;
}
.TagClassName
{
border-color: #4D366D;
}
</style>