Shades of Blue Diamond #4C207D
Tints of Blue Diamond #4C207D
RGB
CMYK
RGB Variations
Color information
#4C207D (or 0x4C207D) is known color: Blue Diamond. HEX triplet: 4C, 20 and 7D. RGB value is (76,32,125). Sum of RGB (Red+Green+Blue) = 76+32+125=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C207D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C207D is #B3DF82. Grayscale: #373737. Windows color (decimal): -11788163 or 8200268. OLE color: 8200268.
HSL color Cylindrical-coordinate representation of color #4C207D: hue angle of 268.39º 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 #4C207D is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 32 | 125 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.51 |
| HSL | 268.39º | 0.59% | 0.31% | - |
| HSV(B) | 268.39º | 0.74% | 0.49% | - |
| XYZ | 7.2 | 4.05 | 19.8 | - |
| YUV | 55.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 125 | 0.39 | 0.74 | 0 | 0.51 | 268.39 | 0.59 | 0.31 |
| Hex | 4C | 20 | 7D | 27 | 4A | 0 | 33 | 10C | 3B | 1F |
| Octal | 114 | 40 | 175 | 47 | 112 | 0 | 63 | 414 | 73 | 37 |
| Binary | 1001100 | 100000 | 1111101 | 100111 | 1001010 | 0 | 110011 | 100001100 | 111011 | 11111 |
Color Harmonies of #4C207D
Complementary color
Monochromatic Colors of #4C207D
Black with #4C207D
Text Example
Text Example
White with #4C207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C207D; }
p { color: rgb(76,32,125); }
H1.HeaderClassName
{
color: #4C207D;
}
.AnyTagClassName
{
color: #4C207D;
}
</style>
background-color css
<style>
a { background-color: #4C207D; }
a { background-color: rgb(76,32,125); }
div.DivClassName
{
background-color: #4C207D;
}
.BgClassName
{
background-color: #4C207D;
}
</style>
border-color css
<style>
span { border-color: #4C207D; }
span { border-color: rgb(76,32,125); }
td.TdClassName
{
border-color: #4C207D;
}
.TagClassName
{
border-color: #4C207D;
}
</style>