Shades of Blue Diamond #4C176D
Tints of Blue Diamond #4C176D
RGB
CMYK
RGB Variations
Color information
#4C176D (or 0x4C176D) is known color: Blue Diamond. HEX triplet: 4C, 17 and 6D. RGB value is (76,23,109). Sum of RGB (Red+Green+Blue) = 76+23+109=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 23 (9.38% from 255 or 11.06% 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 #4C176D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C176D is #B3E892. Grayscale: #303030. Windows color (decimal): -11790483 or 7149388. OLE color: 7149388.
HSL color Cylindrical-coordinate representation of color #4C176D: hue angle of 276.98º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C176D is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 23 | 109 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.57 |
| HSL | 276.98º | 0.65% | 0.26% | - |
| HSV(B) | 276.98º | 0.79% | 0.43% | - |
| XYZ | 6.05 | 3.25 | 14.78 | - |
| YUV | 48.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 109 | 0.30 | 0.79 | 0 | 0.57 | 276.98 | 0.65 | 0.26 |
| Hex | 4C | 17 | 6D | 1E | 4F | 0 | 39 | 115 | 41 | 1A |
| Octal | 114 | 27 | 155 | 36 | 117 | 0 | 71 | 425 | 101 | 32 |
| Binary | 1001100 | 10111 | 1101101 | 11110 | 1001111 | 0 | 111001 | 100010101 | 1000001 | 11010 |
Color Harmonies of #4C176D
Complementary color
Monochromatic Colors of #4C176D
Black with #4C176D
Text Example
Text Example
White with #4C176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C176D; }
p { color: rgb(76,23,109); }
H1.HeaderClassName
{
color: #4C176D;
}
.AnyTagClassName
{
color: #4C176D;
}
</style>
background-color css
<style>
a { background-color: #4C176D; }
a { background-color: rgb(76,23,109); }
div.DivClassName
{
background-color: #4C176D;
}
.BgClassName
{
background-color: #4C176D;
}
</style>
border-color css
<style>
span { border-color: #4C176D; }
span { border-color: rgb(76,23,109); }
td.TdClassName
{
border-color: #4C176D;
}
.TagClassName
{
border-color: #4C176D;
}
</style>