Shades of Blue Diamond #4D356E
Tints of Blue Diamond #4D356E
RGB
CMYK
RGB Variations
Color information
#4D356E (or 0x4D356E) is known color: Blue Diamond. HEX triplet: 4D, 35 and 6E. RGB value is (77,53,110). Sum of RGB (Red+Green+Blue) = 77+53+110=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D356E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D356E is #B2CA91. Grayscale: #424242. Windows color (decimal): -11717266 or 7222605. OLE color: 7222605.
HSL color Cylindrical-coordinate representation of color #4D356E: hue angle of 265.26º 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 #4D356E is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 53 | 110 | - |
| CMYK | 0.3 | 0.52 | 0 | 0.57 |
| HSL | 265.26º | 0.35% | 0.32% | - |
| HSV(B) | 265.26º | 0.52% | 0.43% | - |
| XYZ | 7.15 | 5.25 | 15.39 | - |
| YUV | 66.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 110 | 0.3 | 0.52 | 0 | 0.57 | 265.26 | 0.35 | 0.32 |
| Hex | 4D | 35 | 6E | 1E | 34 | 0 | 39 | 109 | 23 | 20 |
| Octal | 115 | 65 | 156 | 36 | 64 | 0 | 71 | 411 | 43 | 40 |
| Binary | 1001101 | 110101 | 1101110 | 11110 | 110100 | 0 | 111001 | 100001001 | 100011 | 100000 |
Color Harmonies of #4D356E
Complementary color
Monochromatic Colors of #4D356E
Black with #4D356E
Text Example
Text Example
White with #4D356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D356E; }
p { color: rgb(77,53,110); }
H1.HeaderClassName
{
color: #4D356E;
}
.AnyTagClassName
{
color: #4D356E;
}
</style>
background-color css
<style>
a { background-color: #4D356E; }
a { background-color: rgb(77,53,110); }
div.DivClassName
{
background-color: #4D356E;
}
.BgClassName
{
background-color: #4D356E;
}
</style>
border-color css
<style>
span { border-color: #4D356E; }
span { border-color: rgb(77,53,110); }
td.TdClassName
{
border-color: #4D356E;
}
.TagClassName
{
border-color: #4D356E;
}
</style>