Shades of Blue Diamond #4C3566
Tints of Blue Diamond #4C3566
RGB
CMYK
RGB Variations
Color information
#4C3566 (or 0x4C3566) is known color: Blue Diamond. HEX triplet: 4C, 35 and 66. RGB value is (76,53,102). Sum of RGB (Red+Green+Blue) = 76+53+102=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #4C3566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3566 is #B3CA99. Grayscale: #414141. Windows color (decimal): -11782810 or 6698316. OLE color: 6698316.
HSL color Cylindrical-coordinate representation of color #4C3566: hue angle of 268.16º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C3566 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 53 | 102 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.6 |
| HSL | 268.16º | 0.32% | 0.3% | - |
| HSV(B) | 268.16º | 0.48% | 0.4% | - |
| XYZ | 6.65 | 5.04 | 13.19 | - |
| YUV | 65.46 | 148.62 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 102 | 0.25 | 0.48 | 0 | 0.6 | 268.16 | 0.32 | 0.3 |
| Hex | 4C | 35 | 66 | 19 | 30 | 0 | 3C | 10C | 20 | 1E |
| Octal | 114 | 65 | 146 | 31 | 60 | 0 | 74 | 414 | 40 | 36 |
| Binary | 1001100 | 110101 | 1100110 | 11001 | 110000 | 0 | 111100 | 100001100 | 100000 | 11110 |
Color Harmonies of #4C3566
Complementary color
Monochromatic Colors of #4C3566
Black with #4C3566
Text Example
Text Example
White with #4C3566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3566; }
p { color: rgb(76,53,102); }
H1.HeaderClassName
{
color: #4C3566;
}
.AnyTagClassName
{
color: #4C3566;
}
</style>
background-color css
<style>
a { background-color: #4C3566; }
a { background-color: rgb(76,53,102); }
div.DivClassName
{
background-color: #4C3566;
}
.BgClassName
{
background-color: #4C3566;
}
</style>
border-color css
<style>
span { border-color: #4C3566; }
span { border-color: rgb(76,53,102); }
td.TdClassName
{
border-color: #4C3566;
}
.TagClassName
{
border-color: #4C3566;
}
</style>