Shades of Blue Diamond #4C356F
Tints of Blue Diamond #4C356F
RGB
CMYK
RGB Variations
Color information
#4C356F (or 0x4C356F) is known color: Blue Diamond. HEX triplet: 4C, 35 and 6F. RGB value is (76,53,111). Sum of RGB (Red+Green+Blue) = 76+53+111=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C356F is #B3CA90. Grayscale: #424242. Windows color (decimal): -11782801 or 7288140. OLE color: 7288140.
HSL color Cylindrical-coordinate representation of color #4C356F: hue angle of 263.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C356F is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 53 | 111 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.56 |
| HSL | 263.79º | 0.35% | 0.32% | - |
| HSV(B) | 263.79º | 0.52% | 0.44% | - |
| XYZ | 7.12 | 5.23 | 15.67 | - |
| YUV | 66.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 111 | 0.32 | 0.52 | 0 | 0.56 | 263.79 | 0.35 | 0.32 |
| Hex | 4C | 35 | 6F | 20 | 34 | 0 | 38 | 108 | 23 | 20 |
| Octal | 114 | 65 | 157 | 40 | 64 | 0 | 70 | 410 | 43 | 40 |
| Binary | 1001100 | 110101 | 1101111 | 100000 | 110100 | 0 | 111000 | 100001000 | 100011 | 100000 |
Color Harmonies of #4C356F
Complementary color
Monochromatic Colors of #4C356F
Black with #4C356F
Text Example
Text Example
White with #4C356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C356F; }
p { color: rgb(76,53,111); }
H1.HeaderClassName
{
color: #4C356F;
}
.AnyTagClassName
{
color: #4C356F;
}
</style>
background-color css
<style>
a { background-color: #4C356F; }
a { background-color: rgb(76,53,111); }
div.DivClassName
{
background-color: #4C356F;
}
.BgClassName
{
background-color: #4C356F;
}
</style>
border-color css
<style>
span { border-color: #4C356F; }
span { border-color: rgb(76,53,111); }
td.TdClassName
{
border-color: #4C356F;
}
.TagClassName
{
border-color: #4C356F;
}
</style>