Shades of Blue Diamond #4C3168
Tints of Blue Diamond #4C3168
RGB
CMYK
RGB Variations
Color information
#4C3168 (or 0x4C3168) is known color: Blue Diamond. HEX triplet: 4C, 31 and 68. RGB value is (76,49,104). Sum of RGB (Red+Green+Blue) = 76+49+104=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C3168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3168 is #B3CE97. Grayscale: #3F3F3F. Windows color (decimal): -11783832 or 6828364. OLE color: 6828364.
HSL color Cylindrical-coordinate representation of color #4C3168: hue angle of 269.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C3168 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 49 | 104 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.59 |
| HSL | 269.45º | 0.36% | 0.3% | - |
| HSV(B) | 269.45º | 0.53% | 0.41% | - |
| XYZ | 6.58 | 4.73 | 13.66 | - |
| YUV | 63.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 104 | 0.27 | 0.53 | 0 | 0.59 | 269.45 | 0.36 | 0.3 |
| Hex | 4C | 31 | 68 | 1B | 35 | 0 | 3B | 10D | 24 | 1E |
| Octal | 114 | 61 | 150 | 33 | 65 | 0 | 73 | 415 | 44 | 36 |
| Binary | 1001100 | 110001 | 1101000 | 11011 | 110101 | 0 | 111011 | 100001101 | 100100 | 11110 |
Color Harmonies of #4C3168
Complementary color
Monochromatic Colors of #4C3168
Black with #4C3168
Text Example
Text Example
White with #4C3168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3168; }
p { color: rgb(76,49,104); }
H1.HeaderClassName
{
color: #4C3168;
}
.AnyTagClassName
{
color: #4C3168;
}
</style>
background-color css
<style>
a { background-color: #4C3168; }
a { background-color: rgb(76,49,104); }
div.DivClassName
{
background-color: #4C3168;
}
.BgClassName
{
background-color: #4C3168;
}
</style>
border-color css
<style>
span { border-color: #4C3168; }
span { border-color: rgb(76,49,104); }
td.TdClassName
{
border-color: #4C3168;
}
.TagClassName
{
border-color: #4C3168;
}
</style>