Shades of Blue Diamond #4D166C
Tints of Blue Diamond #4D166C
RGB
CMYK
RGB Variations
Color information
#4D166C (or 0x4D166C) is known color: Blue Diamond. HEX triplet: 4D, 16 and 6C. RGB value is (77,22,108). Sum of RGB (Red+Green+Blue) = 77+22+108=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D166C is #B2E993. Grayscale: #2F2F2F. Windows color (decimal): -11725204 or 7083597. OLE color: 7083597.
HSL color Cylindrical-coordinate representation of color #4D166C: hue angle of 278.37º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D166C is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 22 | 108 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.58 |
| HSL | 278.37º | 0.66% | 0.25% | - |
| HSV(B) | 278.37º | 0.8% | 0.42% | - |
| XYZ | 6.05 | 3.23 | 14.49 | - |
| YUV | 48.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 108 | 0.29 | 0.80 | 0 | 0.58 | 278.37 | 0.66 | 0.25 |
| Hex | 4D | 16 | 6C | 1D | 50 | 0 | 3A | 116 | 42 | 19 |
| Octal | 115 | 26 | 154 | 35 | 120 | 0 | 72 | 426 | 102 | 31 |
| Binary | 1001101 | 10110 | 1101100 | 11101 | 1010000 | 0 | 111010 | 100010110 | 1000010 | 11001 |
Color Harmonies of #4D166C
Complementary color
Monochromatic Colors of #4D166C
Black with #4D166C
Text Example
Text Example
White with #4D166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D166C; }
p { color: rgb(77,22,108); }
H1.HeaderClassName
{
color: #4D166C;
}
.AnyTagClassName
{
color: #4D166C;
}
</style>
background-color css
<style>
a { background-color: #4D166C; }
a { background-color: rgb(77,22,108); }
div.DivClassName
{
background-color: #4D166C;
}
.BgClassName
{
background-color: #4D166C;
}
</style>
border-color css
<style>
span { border-color: #4D166C; }
span { border-color: rgb(77,22,108); }
td.TdClassName
{
border-color: #4D166C;
}
.TagClassName
{
border-color: #4D166C;
}
</style>