Shades of Blue Diamond #4C3563
Tints of Blue Diamond #4C3563
RGB
CMYK
RGB Variations
Color information
#4C3563 (or 0x4C3563) is known color: Blue Diamond. HEX triplet: 4C, 35 and 63. RGB value is (76,53,99). Sum of RGB (Red+Green+Blue) = 76+53+99=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C3563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3563 is #B3CA9C. Grayscale: #404040. Windows color (decimal): -11782813 or 6501708. OLE color: 6501708.
HSL color Cylindrical-coordinate representation of color #4C3563: hue angle of 270º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C3563 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 53 | 99 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.61 |
| HSL | 270º | 0.3% | 0.3% | - |
| HSV(B) | 270º | 0.46% | 0.39% | - |
| XYZ | 6.51 | 4.98 | 12.42 | - |
| YUV | 65.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 99 | 0.23 | 0.46 | 0 | 0.61 | 270 | 0.3 | 0.3 |
| Hex | 4C | 35 | 63 | 17 | 2E | 0 | 3D | 10E | 1E | 1E |
| Octal | 114 | 65 | 143 | 27 | 56 | 0 | 75 | 416 | 36 | 36 |
| Binary | 1001100 | 110101 | 1100011 | 10111 | 101110 | 0 | 111101 | 100001110 | 11110 | 11110 |
Color Harmonies of #4C3563
Complementary color
Monochromatic Colors of #4C3563
Black with #4C3563
Text Example
Text Example
White with #4C3563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3563; }
p { color: rgb(76,53,99); }
H1.HeaderClassName
{
color: #4C3563;
}
.AnyTagClassName
{
color: #4C3563;
}
</style>
background-color css
<style>
a { background-color: #4C3563; }
a { background-color: rgb(76,53,99); }
div.DivClassName
{
background-color: #4C3563;
}
.BgClassName
{
background-color: #4C3563;
}
</style>
border-color css
<style>
span { border-color: #4C3563; }
span { border-color: rgb(76,53,99); }
td.TdClassName
{
border-color: #4C3563;
}
.TagClassName
{
border-color: #4C3563;
}
</style>