Shades of Blue Diamond #4C2470
Tints of Blue Diamond #4C2470
RGB
CMYK
RGB Variations
Color information
#4C2470 (or 0x4C2470) is known color: Blue Diamond. HEX triplet: 4C, 24 and 70. RGB value is (76,36,112). Sum of RGB (Red+Green+Blue) = 76+36+112=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C2470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2470 is #B3DB8F. Grayscale: #383838. Windows color (decimal): -11787152 or 7349324. OLE color: 7349324.
HSL color Cylindrical-coordinate representation of color #4C2470: hue angle of 271.58º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C2470 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 36 | 112 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.56 |
| HSL | 271.58º | 0.51% | 0.29% | - |
| HSV(B) | 271.58º | 0.68% | 0.44% | - |
| XYZ | 6.54 | 3.97 | 15.75 | - |
| YUV | 56.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 112 | 0.32 | 0.68 | 0 | 0.56 | 271.58 | 0.51 | 0.29 |
| Hex | 4C | 24 | 70 | 20 | 44 | 0 | 38 | 110 | 33 | 1D |
| Octal | 114 | 44 | 160 | 40 | 104 | 0 | 70 | 420 | 63 | 35 |
| Binary | 1001100 | 100100 | 1110000 | 100000 | 1000100 | 0 | 111000 | 100010000 | 110011 | 11101 |
Color Harmonies of #4C2470
Complementary color
Monochromatic Colors of #4C2470
Black with #4C2470
Text Example
Text Example
White with #4C2470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2470; }
p { color: rgb(76,36,112); }
H1.HeaderClassName
{
color: #4C2470;
}
.AnyTagClassName
{
color: #4C2470;
}
</style>
background-color css
<style>
a { background-color: #4C2470; }
a { background-color: rgb(76,36,112); }
div.DivClassName
{
background-color: #4C2470;
}
.BgClassName
{
background-color: #4C2470;
}
</style>
border-color css
<style>
span { border-color: #4C2470; }
span { border-color: rgb(76,36,112); }
td.TdClassName
{
border-color: #4C2470;
}
.TagClassName
{
border-color: #4C2470;
}
</style>