Shades of Blue Diamond #4D176C
Tints of Blue Diamond #4D176C
RGB
CMYK
RGB Variations
Color information
#4D176C (or 0x4D176C) is known color: Blue Diamond. HEX triplet: 4D, 17 and 6C. RGB value is (77,23,108). Sum of RGB (Red+Green+Blue) = 77+23+108=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D176C is #B2E893. Grayscale: #303030. Windows color (decimal): -11724948 or 7083853. OLE color: 7083853.
HSL color Cylindrical-coordinate representation of color #4D176C: hue angle of 278.12º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D176C is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 23 | 108 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.58 |
| HSL | 278.12º | 0.65% | 0.26% | - |
| HSV(B) | 278.12º | 0.79% | 0.42% | - |
| XYZ | 6.07 | 3.27 | 14.5 | - |
| YUV | 48.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 108 | 0.29 | 0.79 | 0 | 0.58 | 278.12 | 0.65 | 0.26 |
| Hex | 4D | 17 | 6C | 1D | 4F | 0 | 3A | 116 | 41 | 1A |
| Octal | 115 | 27 | 154 | 35 | 117 | 0 | 72 | 426 | 101 | 32 |
| Binary | 1001101 | 10111 | 1101100 | 11101 | 1001111 | 0 | 111010 | 100010110 | 1000001 | 11010 |
Color Harmonies of #4D176C
Complementary color
Monochromatic Colors of #4D176C
Black with #4D176C
Text Example
Text Example
White with #4D176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D176C; }
p { color: rgb(77,23,108); }
H1.HeaderClassName
{
color: #4D176C;
}
.AnyTagClassName
{
color: #4D176C;
}
</style>
background-color css
<style>
a { background-color: #4D176C; }
a { background-color: rgb(77,23,108); }
div.DivClassName
{
background-color: #4D176C;
}
.BgClassName
{
background-color: #4D176C;
}
</style>
border-color css
<style>
span { border-color: #4D176C; }
span { border-color: rgb(77,23,108); }
td.TdClassName
{
border-color: #4D176C;
}
.TagClassName
{
border-color: #4D176C;
}
</style>