Shades of Blue Diamond #4C216C
Tints of Blue Diamond #4C216C
RGB
CMYK
RGB Variations
Color information
#4C216C (or 0x4C216C) is known color: Blue Diamond. HEX triplet: 4C, 21 and 6C. RGB value is (76,33,108). Sum of RGB (Red+Green+Blue) = 76+33+108=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C216C is #B3DE93. Grayscale: #363636. Windows color (decimal): -11787924 or 7086412. OLE color: 7086412.
HSL color Cylindrical-coordinate representation of color #4C216C: hue angle of 274.4º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C216C is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 33 | 108 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.58 |
| HSL | 274.4º | 0.53% | 0.28% | - |
| HSV(B) | 274.4º | 0.69% | 0.42% | - |
| XYZ | 6.23 | 3.71 | 14.57 | - |
| YUV | 54.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 33 | 108 | 0.30 | 0.69 | 0 | 0.58 | 274.4 | 0.53 | 0.28 |
| Hex | 4C | 21 | 6C | 1E | 45 | 0 | 3A | 112 | 35 | 1C |
| Octal | 114 | 41 | 154 | 36 | 105 | 0 | 72 | 422 | 65 | 34 |
| Binary | 1001100 | 100001 | 1101100 | 11110 | 1000101 | 0 | 111010 | 100010010 | 110101 | 11100 |
Color Harmonies of #4C216C
Complementary color
Monochromatic Colors of #4C216C
Black with #4C216C
Text Example
Text Example
White with #4C216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C216C; }
p { color: rgb(76,33,108); }
H1.HeaderClassName
{
color: #4C216C;
}
.AnyTagClassName
{
color: #4C216C;
}
</style>
background-color css
<style>
a { background-color: #4C216C; }
a { background-color: rgb(76,33,108); }
div.DivClassName
{
background-color: #4C216C;
}
.BgClassName
{
background-color: #4C216C;
}
</style>
border-color css
<style>
span { border-color: #4C216C; }
span { border-color: rgb(76,33,108); }
td.TdClassName
{
border-color: #4C216C;
}
.TagClassName
{
border-color: #4C216C;
}
</style>