Shades of Blue Diamond #4D156D
Tints of Blue Diamond #4D156D
RGB
CMYK
RGB Variations
Color information
#4D156D (or 0x4D156D) is known color: Blue Diamond. HEX triplet: 4D, 15 and 6D. RGB value is (77,21,109). Sum of RGB (Red+Green+Blue) = 77+21+109=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D156D is #B2EA92. Grayscale: #2F2F2F. Windows color (decimal): -11725459 or 7148877. OLE color: 7148877.
HSL color Cylindrical-coordinate representation of color #4D156D: hue angle of 278.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D156D is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 21 | 109 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.57 |
| HSL | 278.18º | 0.68% | 0.25% | - |
| HSV(B) | 278.18º | 0.81% | 0.43% | - |
| XYZ | 6.09 | 3.22 | 14.77 | - |
| YUV | 47.78 | 162.55 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 109 | 0.29 | 0.81 | 0 | 0.57 | 278.18 | 0.68 | 0.25 |
| Hex | 4D | 15 | 6D | 1D | 51 | 0 | 39 | 116 | 44 | 19 |
| Octal | 115 | 25 | 155 | 35 | 121 | 0 | 71 | 426 | 104 | 31 |
| Binary | 1001101 | 10101 | 1101101 | 11101 | 1010001 | 0 | 111001 | 100010110 | 1000100 | 11001 |
Color Harmonies of #4D156D
Complementary color
Monochromatic Colors of #4D156D
Black with #4D156D
Text Example
Text Example
White with #4D156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D156D; }
p { color: rgb(77,21,109); }
H1.HeaderClassName
{
color: #4D156D;
}
.AnyTagClassName
{
color: #4D156D;
}
</style>
background-color css
<style>
a { background-color: #4D156D; }
a { background-color: rgb(77,21,109); }
div.DivClassName
{
background-color: #4D156D;
}
.BgClassName
{
background-color: #4D156D;
}
</style>
border-color css
<style>
span { border-color: #4D156D; }
span { border-color: rgb(77,21,109); }
td.TdClassName
{
border-color: #4D156D;
}
.TagClassName
{
border-color: #4D156D;
}
</style>