Shades of Blue Diamond #4C2672
Tints of Blue Diamond #4C2672
RGB
CMYK
RGB Variations
Color information
#4C2672 (or 0x4C2672) is known color: Blue Diamond. HEX triplet: 4C, 26 and 72. RGB value is (76,38,114). Sum of RGB (Red+Green+Blue) = 76+38+114=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C2672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2672 is #B3D98D. Grayscale: #393939. Windows color (decimal): -11786638 or 7480908. OLE color: 7480908.
HSL color Cylindrical-coordinate representation of color #4C2672: hue angle of 270º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C2672 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 38 | 114 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.55 |
| HSL | 270º | 0.5% | 0.3% | - |
| HSV(B) | 270º | 0.67% | 0.45% | - |
| XYZ | 6.71 | 4.14 | 16.36 | - |
| YUV | 58.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 114 | 0.33 | 0.67 | 0 | 0.55 | 270 | 0.5 | 0.3 |
| Hex | 4C | 26 | 72 | 21 | 43 | 0 | 37 | 10E | 32 | 1E |
| Octal | 114 | 46 | 162 | 41 | 103 | 0 | 67 | 416 | 62 | 36 |
| Binary | 1001100 | 100110 | 1110010 | 100001 | 1000011 | 0 | 110111 | 100001110 | 110010 | 11110 |
Color Harmonies of #4C2672
Complementary color
Monochromatic Colors of #4C2672
Black with #4C2672
Text Example
Text Example
White with #4C2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2672; }
p { color: rgb(76,38,114); }
H1.HeaderClassName
{
color: #4C2672;
}
.AnyTagClassName
{
color: #4C2672;
}
</style>
background-color css
<style>
a { background-color: #4C2672; }
a { background-color: rgb(76,38,114); }
div.DivClassName
{
background-color: #4C2672;
}
.BgClassName
{
background-color: #4C2672;
}
</style>
border-color css
<style>
span { border-color: #4C2672; }
span { border-color: rgb(76,38,114); }
td.TdClassName
{
border-color: #4C2672;
}
.TagClassName
{
border-color: #4C2672;
}
</style>