Shades of Blue Diamond #4C2676
Tints of Blue Diamond #4C2676
RGB
CMYK
RGB Variations
Color information
#4C2676 (or 0x4C2676) is known color: Blue Diamond. HEX triplet: 4C, 26 and 76. RGB value is (76,38,118). Sum of RGB (Red+Green+Blue) = 76+38+118=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2676 is #B3D989. Grayscale: #3A3A3A. Windows color (decimal): -11786634 or 7743052. OLE color: 7743052.
HSL color Cylindrical-coordinate representation of color #4C2676: hue angle of 268.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C2676 is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 38 | 118 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.54 |
| HSL | 268.5º | 0.51% | 0.31% | - |
| HSV(B) | 268.5º | 0.68% | 0.46% | - |
| XYZ | 6.94 | 4.23 | 17.59 | - |
| YUV | 58.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 38 | 118 | 0.36 | 0.68 | 0 | 0.54 | 268.5 | 0.51 | 0.31 |
| Hex | 4C | 26 | 76 | 24 | 44 | 0 | 36 | 10C | 33 | 1F |
| Octal | 114 | 46 | 166 | 44 | 104 | 0 | 66 | 414 | 63 | 37 |
| Binary | 1001100 | 100110 | 1110110 | 100100 | 1000100 | 0 | 110110 | 100001100 | 110011 | 11111 |
Color Harmonies of #4C2676
Complementary color
Monochromatic Colors of #4C2676
Black with #4C2676
Text Example
Text Example
White with #4C2676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2676; }
p { color: rgb(76,38,118); }
H1.HeaderClassName
{
color: #4C2676;
}
.AnyTagClassName
{
color: #4C2676;
}
</style>
background-color css
<style>
a { background-color: #4C2676; }
a { background-color: rgb(76,38,118); }
div.DivClassName
{
background-color: #4C2676;
}
.BgClassName
{
background-color: #4C2676;
}
</style>
border-color css
<style>
span { border-color: #4C2676; }
span { border-color: rgb(76,38,118); }
td.TdClassName
{
border-color: #4C2676;
}
.TagClassName
{
border-color: #4C2676;
}
</style>