Shades of Blue Diamond #4D346D
Tints of Blue Diamond #4D346D
RGB
CMYK
RGB Variations
Color information
#4D346D (or 0x4D346D) is known color: Blue Diamond. HEX triplet: 4D, 34 and 6D. RGB value is (77,52,109). Sum of RGB (Red+Green+Blue) = 77+52+109=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D346D is #B2CB92. Grayscale: #414141. Windows color (decimal): -11717523 or 7156813. OLE color: 7156813.
HSL color Cylindrical-coordinate representation of color #4D346D: hue angle of 266.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D346D is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 52 | 109 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.57 |
| HSL | 266.32º | 0.35% | 0.32% | - |
| HSV(B) | 266.32º | 0.52% | 0.43% | - |
| XYZ | 7.05 | 5.14 | 15.09 | - |
| YUV | 65.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 109 | 0.29 | 0.52 | 0 | 0.57 | 266.32 | 0.35 | 0.32 |
| Hex | 4D | 34 | 6D | 1D | 34 | 0 | 39 | 10A | 23 | 20 |
| Octal | 115 | 64 | 155 | 35 | 64 | 0 | 71 | 412 | 43 | 40 |
| Binary | 1001101 | 110100 | 1101101 | 11101 | 110100 | 0 | 111001 | 100001010 | 100011 | 100000 |
Color Harmonies of #4D346D
Complementary color
Monochromatic Colors of #4D346D
Black with #4D346D
Text Example
Text Example
White with #4D346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D346D; }
p { color: rgb(77,52,109); }
H1.HeaderClassName
{
color: #4D346D;
}
.AnyTagClassName
{
color: #4D346D;
}
</style>
background-color css
<style>
a { background-color: #4D346D; }
a { background-color: rgb(77,52,109); }
div.DivClassName
{
background-color: #4D346D;
}
.BgClassName
{
background-color: #4D346D;
}
</style>
border-color css
<style>
span { border-color: #4D346D; }
span { border-color: rgb(77,52,109); }
td.TdClassName
{
border-color: #4D346D;
}
.TagClassName
{
border-color: #4D346D;
}
</style>