Shades of Blue Diamond #4C2776
Tints of Blue Diamond #4C2776
RGB
CMYK
RGB Variations
Color information
#4C2776 (or 0x4C2776) is known color: Blue Diamond. HEX triplet: 4C, 27 and 76. RGB value is (76,39,118). Sum of RGB (Red+Green+Blue) = 76+39+118=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2776 is #B3D889. Grayscale: #3A3A3A. Windows color (decimal): -11786378 or 7743308. OLE color: 7743308.
HSL color Cylindrical-coordinate representation of color #4C2776: hue angle of 268.1º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C2776 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 39 | 118 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.54 |
| HSL | 268.1º | 0.5% | 0.31% | - |
| HSV(B) | 268.1º | 0.67% | 0.46% | - |
| XYZ | 6.98 | 4.3 | 17.6 | - |
| YUV | 59.07 | 161.26 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 118 | 0.36 | 0.67 | 0 | 0.54 | 268.1 | 0.5 | 0.31 |
| Hex | 4C | 27 | 76 | 24 | 43 | 0 | 36 | 10C | 32 | 1F |
| Octal | 114 | 47 | 166 | 44 | 103 | 0 | 66 | 414 | 62 | 37 |
| Binary | 1001100 | 100111 | 1110110 | 100100 | 1000011 | 0 | 110110 | 100001100 | 110010 | 11111 |
Color Harmonies of #4C2776
Complementary color
Monochromatic Colors of #4C2776
Black with #4C2776
Text Example
Text Example
White with #4C2776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2776; }
p { color: rgb(76,39,118); }
H1.HeaderClassName
{
color: #4C2776;
}
.AnyTagClassName
{
color: #4C2776;
}
</style>
background-color css
<style>
a { background-color: #4C2776; }
a { background-color: rgb(76,39,118); }
div.DivClassName
{
background-color: #4C2776;
}
.BgClassName
{
background-color: #4C2776;
}
</style>
border-color css
<style>
span { border-color: #4C2776; }
span { border-color: rgb(76,39,118); }
td.TdClassName
{
border-color: #4C2776;
}
.TagClassName
{
border-color: #4C2776;
}
</style>