Shades of Blue Diamond #4C226C
Tints of Blue Diamond #4C226C
RGB
CMYK
RGB Variations
Color information
#4C226C (or 0x4C226C) is known color: Blue Diamond. HEX triplet: 4C, 22 and 6C. RGB value is (76,34,108). Sum of RGB (Red+Green+Blue) = 76+34+108=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C226C is #B3DD93. Grayscale: #363636. Windows color (decimal): -11787668 or 7086668. OLE color: 7086668.
HSL color Cylindrical-coordinate representation of color #4C226C: hue angle of 274.05º degrees, saturation: 0.52, 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 #4C226C is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 34 | 108 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.58 |
| HSL | 274.05º | 0.52% | 0.28% | - |
| HSV(B) | 274.05º | 0.69% | 0.42% | - |
| XYZ | 6.26 | 3.76 | 14.58 | - |
| YUV | 54.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 108 | 0.30 | 0.69 | 0 | 0.58 | 274.05 | 0.52 | 0.28 |
| Hex | 4C | 22 | 6C | 1E | 45 | 0 | 3A | 112 | 34 | 1C |
| Octal | 114 | 42 | 154 | 36 | 105 | 0 | 72 | 422 | 64 | 34 |
| Binary | 1001100 | 100010 | 1101100 | 11110 | 1000101 | 0 | 111010 | 100010010 | 110100 | 11100 |
Color Harmonies of #4C226C
Complementary color
Monochromatic Colors of #4C226C
Black with #4C226C
Text Example
Text Example
White with #4C226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C226C; }
p { color: rgb(76,34,108); }
H1.HeaderClassName
{
color: #4C226C;
}
.AnyTagClassName
{
color: #4C226C;
}
</style>
background-color css
<style>
a { background-color: #4C226C; }
a { background-color: rgb(76,34,108); }
div.DivClassName
{
background-color: #4C226C;
}
.BgClassName
{
background-color: #4C226C;
}
</style>
border-color css
<style>
span { border-color: #4C226C; }
span { border-color: rgb(76,34,108); }
td.TdClassName
{
border-color: #4C226C;
}
.TagClassName
{
border-color: #4C226C;
}
</style>