Shades of Blue Diamond #4D336D
Tints of Blue Diamond #4D336D
RGB
CMYK
RGB Variations
Color information
#4D336D (or 0x4D336D) is known color: Blue Diamond. HEX triplet: 4D, 33 and 6D. RGB value is (77,51,109). Sum of RGB (Red+Green+Blue) = 77+51+109=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D336D is #B2CC92. Grayscale: #414141. Windows color (decimal): -11717779 or 7156557. OLE color: 7156557.
HSL color Cylindrical-coordinate representation of color #4D336D: hue angle of 266.9º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D336D is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 51 | 109 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.57 |
| HSL | 266.9º | 0.36% | 0.31% | - |
| HSV(B) | 266.9º | 0.53% | 0.43% | - |
| XYZ | 7 | 5.05 | 15.07 | - |
| YUV | 65.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 109 | 0.29 | 0.53 | 0 | 0.57 | 266.9 | 0.36 | 0.31 |
| Hex | 4D | 33 | 6D | 1D | 35 | 0 | 39 | 10B | 24 | 1F |
| Octal | 115 | 63 | 155 | 35 | 65 | 0 | 71 | 413 | 44 | 37 |
| Binary | 1001101 | 110011 | 1101101 | 11101 | 110101 | 0 | 111001 | 100001011 | 100100 | 11111 |
Color Harmonies of #4D336D
Complementary color
Monochromatic Colors of #4D336D
Black with #4D336D
Text Example
Text Example
White with #4D336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D336D; }
p { color: rgb(77,51,109); }
H1.HeaderClassName
{
color: #4D336D;
}
.AnyTagClassName
{
color: #4D336D;
}
</style>
background-color css
<style>
a { background-color: #4D336D; }
a { background-color: rgb(77,51,109); }
div.DivClassName
{
background-color: #4D336D;
}
.BgClassName
{
background-color: #4D336D;
}
</style>
border-color css
<style>
span { border-color: #4D336D; }
span { border-color: rgb(77,51,109); }
td.TdClassName
{
border-color: #4D336D;
}
.TagClassName
{
border-color: #4D336D;
}
</style>