Shades of Blue Diamond #4D166D
Tints of Blue Diamond #4D166D
RGB
CMYK
RGB Variations
Color information
#4D166D (or 0x4D166D) is known color: Blue Diamond. HEX triplet: 4D, 16 and 6D. RGB value is (77,22,109). Sum of RGB (Red+Green+Blue) = 77+22+109=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D166D is #B2E992. Grayscale: #303030. Windows color (decimal): -11725203 or 7149133. OLE color: 7149133.
HSL color Cylindrical-coordinate representation of color #4D166D: hue angle of 277.93º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D166D is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 22 | 109 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.57 |
| HSL | 277.93º | 0.66% | 0.26% | - |
| HSV(B) | 277.93º | 0.8% | 0.43% | - |
| XYZ | 6.11 | 3.26 | 14.77 | - |
| YUV | 48.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 109 | 0.29 | 0.80 | 0 | 0.57 | 277.93 | 0.66 | 0.26 |
| Hex | 4D | 16 | 6D | 1D | 50 | 0 | 39 | 116 | 42 | 1A |
| Octal | 115 | 26 | 155 | 35 | 120 | 0 | 71 | 426 | 102 | 32 |
| Binary | 1001101 | 10110 | 1101101 | 11101 | 1010000 | 0 | 111001 | 100010110 | 1000010 | 11010 |
Color Harmonies of #4D166D
Complementary color
Monochromatic Colors of #4D166D
Black with #4D166D
Text Example
Text Example
White with #4D166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D166D; }
p { color: rgb(77,22,109); }
H1.HeaderClassName
{
color: #4D166D;
}
.AnyTagClassName
{
color: #4D166D;
}
</style>
background-color css
<style>
a { background-color: #4D166D; }
a { background-color: rgb(77,22,109); }
div.DivClassName
{
background-color: #4D166D;
}
.BgClassName
{
background-color: #4D166D;
}
</style>
border-color css
<style>
span { border-color: #4D166D; }
span { border-color: rgb(77,22,109); }
td.TdClassName
{
border-color: #4D166D;
}
.TagClassName
{
border-color: #4D166D;
}
</style>