Shades of Blue Diamond #4C3370
Tints of Blue Diamond #4C3370
RGB
CMYK
RGB Variations
Color information
#4C3370 (or 0x4C3370) is known color: Blue Diamond. HEX triplet: 4C, 33 and 70. RGB value is (76,51,112). Sum of RGB (Red+Green+Blue) = 76+51+112=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C3370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3370 is #B3CC8F. Grayscale: #414141. Windows color (decimal): -11783312 or 7353164. OLE color: 7353164.
HSL color Cylindrical-coordinate representation of color #4C3370: hue angle of 264.59º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C3370 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 51 | 112 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.56 |
| HSL | 264.59º | 0.37% | 0.32% | - |
| HSV(B) | 264.59º | 0.54% | 0.44% | - |
| XYZ | 7.09 | 5.07 | 15.93 | - |
| YUV | 65.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 112 | 0.32 | 0.54 | 0 | 0.56 | 264.59 | 0.37 | 0.32 |
| Hex | 4C | 33 | 70 | 20 | 36 | 0 | 38 | 109 | 25 | 20 |
| Octal | 114 | 63 | 160 | 40 | 66 | 0 | 70 | 411 | 45 | 40 |
| Binary | 1001100 | 110011 | 1110000 | 100000 | 110110 | 0 | 111000 | 100001001 | 100101 | 100000 |
Color Harmonies of #4C3370
Complementary color
Monochromatic Colors of #4C3370
Black with #4C3370
Text Example
Text Example
White with #4C3370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3370; }
p { color: rgb(76,51,112); }
H1.HeaderClassName
{
color: #4C3370;
}
.AnyTagClassName
{
color: #4C3370;
}
</style>
background-color css
<style>
a { background-color: #4C3370; }
a { background-color: rgb(76,51,112); }
div.DivClassName
{
background-color: #4C3370;
}
.BgClassName
{
background-color: #4C3370;
}
</style>
border-color css
<style>
span { border-color: #4C3370; }
span { border-color: rgb(76,51,112); }
td.TdClassName
{
border-color: #4C3370;
}
.TagClassName
{
border-color: #4C3370;
}
</style>