Shades of Blue Diamond #4C2A76
Tints of Blue Diamond #4C2A76
RGB
CMYK
RGB Variations
Color information
#4C2A76 (or 0x4C2A76) is known color: Blue Diamond. HEX triplet: 4C, 2A and 76. RGB value is (76,42,118). Sum of RGB (Red+Green+Blue) = 76+42+118=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C2A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2A76 is #B3D589. Grayscale: #3C3C3C. Windows color (decimal): -11785610 or 7744076. OLE color: 7744076.
HSL color Cylindrical-coordinate representation of color #4C2A76: hue angle of 266.84º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C2A76 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 42 | 118 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.54 |
| HSL | 266.84º | 0.48% | 0.31% | - |
| HSV(B) | 266.84º | 0.64% | 0.46% | - |
| XYZ | 7.08 | 4.5 | 17.64 | - |
| YUV | 60.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 118 | 0.36 | 0.64 | 0 | 0.54 | 266.84 | 0.48 | 0.31 |
| Hex | 4C | 2A | 76 | 24 | 40 | 0 | 36 | 10B | 30 | 1F |
| Octal | 114 | 52 | 166 | 44 | 100 | 0 | 66 | 413 | 60 | 37 |
| Binary | 1001100 | 101010 | 1110110 | 100100 | 1000000 | 0 | 110110 | 100001011 | 110000 | 11111 |
Color Harmonies of #4C2A76
Complementary color
Monochromatic Colors of #4C2A76
Black with #4C2A76
Text Example
Text Example
White with #4C2A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2A76; }
p { color: rgb(76,42,118); }
H1.HeaderClassName
{
color: #4C2A76;
}
.AnyTagClassName
{
color: #4C2A76;
}
</style>
background-color css
<style>
a { background-color: #4C2A76; }
a { background-color: rgb(76,42,118); }
div.DivClassName
{
background-color: #4C2A76;
}
.BgClassName
{
background-color: #4C2A76;
}
</style>
border-color css
<style>
span { border-color: #4C2A76; }
span { border-color: rgb(76,42,118); }
td.TdClassName
{
border-color: #4C2A76;
}
.TagClassName
{
border-color: #4C2A76;
}
</style>