Shades of Blue Diamond #4C3571
Tints of Blue Diamond #4C3571
RGB
CMYK
RGB Variations
Color information
#4C3571 (or 0x4C3571) is known color: Blue Diamond. HEX triplet: 4C, 35 and 71. RGB value is (76,53,113). Sum of RGB (Red+Green+Blue) = 76+53+113=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C3571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3571 is #B3CA8E. Grayscale: #424242. Windows color (decimal): -11782799 or 7419212. OLE color: 7419212.
HSL color Cylindrical-coordinate representation of color #4C3571: hue angle of 263º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C3571 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 53 | 113 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.56 |
| HSL | 263º | 0.36% | 0.33% | - |
| HSV(B) | 263º | 0.53% | 0.44% | - |
| XYZ | 7.23 | 5.27 | 16.26 | - |
| YUV | 66.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 113 | 0.33 | 0.53 | 0 | 0.56 | 263 | 0.36 | 0.33 |
| Hex | 4C | 35 | 71 | 21 | 35 | 0 | 38 | 107 | 24 | 21 |
| Octal | 114 | 65 | 161 | 41 | 65 | 0 | 70 | 407 | 44 | 41 |
| Binary | 1001100 | 110101 | 1110001 | 100001 | 110101 | 0 | 111000 | 100000111 | 100100 | 100001 |
Color Harmonies of #4C3571
Complementary color
Monochromatic Colors of #4C3571
Black with #4C3571
Text Example
Text Example
White with #4C3571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3571; }
p { color: rgb(76,53,113); }
H1.HeaderClassName
{
color: #4C3571;
}
.AnyTagClassName
{
color: #4C3571;
}
</style>
background-color css
<style>
a { background-color: #4C3571; }
a { background-color: rgb(76,53,113); }
div.DivClassName
{
background-color: #4C3571;
}
.BgClassName
{
background-color: #4C3571;
}
</style>
border-color css
<style>
span { border-color: #4C3571; }
span { border-color: rgb(76,53,113); }
td.TdClassName
{
border-color: #4C3571;
}
.TagClassName
{
border-color: #4C3571;
}
</style>