Shades of Blue Diamond #4C2077
Tints of Blue Diamond #4C2077
RGB
CMYK
RGB Variations
Color information
#4C2077 (or 0x4C2077) is known color: Blue Diamond. HEX triplet: 4C, 20 and 77. RGB value is (76,32,119). Sum of RGB (Red+Green+Blue) = 76+32+119=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C2077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2077 is #B3DF88. Grayscale: #363636. Windows color (decimal): -11788169 or 7807052. OLE color: 7807052.
HSL color Cylindrical-coordinate representation of color #4C2077: hue angle of 270.34º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C2077 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 32 | 119 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.53 |
| HSL | 270.34º | 0.58% | 0.3% | - |
| HSV(B) | 270.34º | 0.73% | 0.47% | - |
| XYZ | 6.83 | 3.9 | 17.85 | - |
| YUV | 55.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 119 | 0.36 | 0.73 | 0 | 0.53 | 270.34 | 0.58 | 0.3 |
| Hex | 4C | 20 | 77 | 24 | 49 | 0 | 35 | 10E | 3A | 1E |
| Octal | 114 | 40 | 167 | 44 | 111 | 0 | 65 | 416 | 72 | 36 |
| Binary | 1001100 | 100000 | 1110111 | 100100 | 1001001 | 0 | 110101 | 100001110 | 111010 | 11110 |
Color Harmonies of #4C2077
Complementary color
Monochromatic Colors of #4C2077
Black with #4C2077
Text Example
Text Example
White with #4C2077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2077; }
p { color: rgb(76,32,119); }
H1.HeaderClassName
{
color: #4C2077;
}
.AnyTagClassName
{
color: #4C2077;
}
</style>
background-color css
<style>
a { background-color: #4C2077; }
a { background-color: rgb(76,32,119); }
div.DivClassName
{
background-color: #4C2077;
}
.BgClassName
{
background-color: #4C2077;
}
</style>
border-color css
<style>
span { border-color: #4C2077; }
span { border-color: rgb(76,32,119); }
td.TdClassName
{
border-color: #4C2077;
}
.TagClassName
{
border-color: #4C2077;
}
</style>