Shades of Blue Diamond #4C207C
Tints of Blue Diamond #4C207C
RGB
CMYK
RGB Variations
Color information
#4C207C (or 0x4C207C) is known color: Blue Diamond. HEX triplet: 4C, 20 and 7C. RGB value is (76,32,124). Sum of RGB (Red+Green+Blue) = 76+32+124=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C207C is #B3DF83. Grayscale: #373737. Windows color (decimal): -11788164 or 8134732. OLE color: 8134732.
HSL color Cylindrical-coordinate representation of color #4C207C: hue angle of 268.7º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C207C is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 32 | 124 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.51 |
| HSL | 268.7º | 0.59% | 0.31% | - |
| HSV(B) | 268.7º | 0.74% | 0.49% | - |
| XYZ | 7.14 | 4.02 | 19.47 | - |
| YUV | 55.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 124 | 0.39 | 0.74 | 0 | 0.51 | 268.7 | 0.59 | 0.31 |
| Hex | 4C | 20 | 7C | 27 | 4A | 0 | 33 | 10D | 3B | 1F |
| Octal | 114 | 40 | 174 | 47 | 112 | 0 | 63 | 415 | 73 | 37 |
| Binary | 1001100 | 100000 | 1111100 | 100111 | 1001010 | 0 | 110011 | 100001101 | 111011 | 11111 |
Color Harmonies of #4C207C
Complementary color
Monochromatic Colors of #4C207C
Black with #4C207C
Text Example
Text Example
White with #4C207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C207C; }
p { color: rgb(76,32,124); }
H1.HeaderClassName
{
color: #4C207C;
}
.AnyTagClassName
{
color: #4C207C;
}
</style>
background-color css
<style>
a { background-color: #4C207C; }
a { background-color: rgb(76,32,124); }
div.DivClassName
{
background-color: #4C207C;
}
.BgClassName
{
background-color: #4C207C;
}
</style>
border-color css
<style>
span { border-color: #4C207C; }
span { border-color: rgb(76,32,124); }
td.TdClassName
{
border-color: #4C207C;
}
.TagClassName
{
border-color: #4C207C;
}
</style>