Shades of Blue Diamond #4C226D
Tints of Blue Diamond #4C226D
RGB
CMYK
RGB Variations
Color information
#4C226D (or 0x4C226D) is known color: Blue Diamond. HEX triplet: 4C, 22 and 6D. RGB value is (76,34,109). Sum of RGB (Red+Green+Blue) = 76+34+109=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C226D is #B3DD92. Grayscale: #363636. Windows color (decimal): -11787667 or 7152204. OLE color: 7152204.
HSL color Cylindrical-coordinate representation of color #4C226D: hue angle of 273.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C226D is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 34 | 109 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.57 |
| HSL | 273.6º | 0.52% | 0.28% | - |
| HSV(B) | 273.6º | 0.69% | 0.43% | - |
| XYZ | 6.31 | 3.78 | 14.87 | - |
| YUV | 55.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 109 | 0.30 | 0.69 | 0 | 0.57 | 273.6 | 0.52 | 0.28 |
| Hex | 4C | 22 | 6D | 1E | 45 | 0 | 39 | 112 | 34 | 1C |
| Octal | 114 | 42 | 155 | 36 | 105 | 0 | 71 | 422 | 64 | 34 |
| Binary | 1001100 | 100010 | 1101101 | 11110 | 1000101 | 0 | 111001 | 100010010 | 110100 | 11100 |
Color Harmonies of #4C226D
Complementary color
Monochromatic Colors of #4C226D
Black with #4C226D
Text Example
Text Example
White with #4C226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C226D; }
p { color: rgb(76,34,109); }
H1.HeaderClassName
{
color: #4C226D;
}
.AnyTagClassName
{
color: #4C226D;
}
</style>
background-color css
<style>
a { background-color: #4C226D; }
a { background-color: rgb(76,34,109); }
div.DivClassName
{
background-color: #4C226D;
}
.BgClassName
{
background-color: #4C226D;
}
</style>
border-color css
<style>
span { border-color: #4C226D; }
span { border-color: rgb(76,34,109); }
td.TdClassName
{
border-color: #4C226D;
}
.TagClassName
{
border-color: #4C226D;
}
</style>