Shades of Blue Diamond #4C2879
Tints of Blue Diamond #4C2879
RGB
CMYK
RGB Variations
Color information
#4C2879 (or 0x4C2879) is known color: Blue Diamond. HEX triplet: 4C, 28 and 79. RGB value is (76,40,121). Sum of RGB (Red+Green+Blue) = 76+40+121=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #4C2879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2879 is #B3D786. Grayscale: #3B3B3B. Windows color (decimal): -11786119 or 7940172. OLE color: 7940172.
HSL color Cylindrical-coordinate representation of color #4C2879: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C2879 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 40 | 121 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.53 |
| HSL | 266.67º | 0.5% | 0.32% | - |
| HSV(B) | 266.67º | 0.67% | 0.47% | - |
| XYZ | 7.19 | 4.43 | 18.57 | - |
| YUV | 60 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 121 | 0.37 | 0.67 | 0 | 0.53 | 266.67 | 0.5 | 0.32 |
| Hex | 4C | 28 | 79 | 25 | 43 | 0 | 35 | 10B | 32 | 20 |
| Octal | 114 | 50 | 171 | 45 | 103 | 0 | 65 | 413 | 62 | 40 |
| Binary | 1001100 | 101000 | 1111001 | 100101 | 1000011 | 0 | 110101 | 100001011 | 110010 | 100000 |
Color Harmonies of #4C2879
Complementary color
Monochromatic Colors of #4C2879
Black with #4C2879
Text Example
Text Example
White with #4C2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2879; }
p { color: rgb(76,40,121); }
H1.HeaderClassName
{
color: #4C2879;
}
.AnyTagClassName
{
color: #4C2879;
}
</style>
background-color css
<style>
a { background-color: #4C2879; }
a { background-color: rgb(76,40,121); }
div.DivClassName
{
background-color: #4C2879;
}
.BgClassName
{
background-color: #4C2879;
}
</style>
border-color css
<style>
span { border-color: #4C2879; }
span { border-color: rgb(76,40,121); }
td.TdClassName
{
border-color: #4C2879;
}
.TagClassName
{
border-color: #4C2879;
}
</style>