Shades of Blue Diamond #4D356C
Tints of Blue Diamond #4D356C
RGB
CMYK
RGB Variations
Color information
#4D356C (or 0x4D356C) is known color: Blue Diamond. HEX triplet: 4D, 35 and 6C. RGB value is (77,53,108). Sum of RGB (Red+Green+Blue) = 77+53+108=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D356C is #B2CA93. Grayscale: #424242. Windows color (decimal): -11717268 or 7091533. OLE color: 7091533.
HSL color Cylindrical-coordinate representation of color #4D356C: hue angle of 266.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D356C is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 53 | 108 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.58 |
| HSL | 266.18º | 0.34% | 0.32% | - |
| HSV(B) | 266.18º | 0.51% | 0.42% | - |
| XYZ | 7.04 | 5.21 | 14.82 | - |
| YUV | 66.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 108 | 0.29 | 0.51 | 0 | 0.58 | 266.18 | 0.34 | 0.32 |
| Hex | 4D | 35 | 6C | 1D | 33 | 0 | 3A | 10A | 22 | 20 |
| Octal | 115 | 65 | 154 | 35 | 63 | 0 | 72 | 412 | 42 | 40 |
| Binary | 1001101 | 110101 | 1101100 | 11101 | 110011 | 0 | 111010 | 100001010 | 100010 | 100000 |
Color Harmonies of #4D356C
Complementary color
Monochromatic Colors of #4D356C
Black with #4D356C
Text Example
Text Example
White with #4D356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D356C; }
p { color: rgb(77,53,108); }
H1.HeaderClassName
{
color: #4D356C;
}
.AnyTagClassName
{
color: #4D356C;
}
</style>
background-color css
<style>
a { background-color: #4D356C; }
a { background-color: rgb(77,53,108); }
div.DivClassName
{
background-color: #4D356C;
}
.BgClassName
{
background-color: #4D356C;
}
</style>
border-color css
<style>
span { border-color: #4D356C; }
span { border-color: rgb(77,53,108); }
td.TdClassName
{
border-color: #4D356C;
}
.TagClassName
{
border-color: #4D356C;
}
</style>