Shades of Blue Diamond #4C3170
Tints of Blue Diamond #4C3170
RGB
CMYK
RGB Variations
Color information
#4C3170 (or 0x4C3170) is known color: Blue Diamond. HEX triplet: 4C, 31 and 70. RGB value is (76,49,112). Sum of RGB (Red+Green+Blue) = 76+49+112=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C3170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3170 is #B3CE8F. Grayscale: #404040. Windows color (decimal): -11783824 or 7352652. OLE color: 7352652.
HSL color Cylindrical-coordinate representation of color #4C3170: hue angle of 265.71º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C3170 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 49 | 112 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.56 |
| HSL | 265.71º | 0.39% | 0.32% | - |
| HSV(B) | 265.71º | 0.56% | 0.44% | - |
| XYZ | 7 | 4.9 | 15.91 | - |
| YUV | 64.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 112 | 0.32 | 0.56 | 0 | 0.56 | 265.71 | 0.39 | 0.32 |
| Hex | 4C | 31 | 70 | 20 | 38 | 0 | 38 | 10A | 27 | 20 |
| Octal | 114 | 61 | 160 | 40 | 70 | 0 | 70 | 412 | 47 | 40 |
| Binary | 1001100 | 110001 | 1110000 | 100000 | 111000 | 0 | 111000 | 100001010 | 100111 | 100000 |
Color Harmonies of #4C3170
Complementary color
Monochromatic Colors of #4C3170
Black with #4C3170
Text Example
Text Example
White with #4C3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3170; }
p { color: rgb(76,49,112); }
H1.HeaderClassName
{
color: #4C3170;
}
.AnyTagClassName
{
color: #4C3170;
}
</style>
background-color css
<style>
a { background-color: #4C3170; }
a { background-color: rgb(76,49,112); }
div.DivClassName
{
background-color: #4C3170;
}
.BgClassName
{
background-color: #4C3170;
}
</style>
border-color css
<style>
span { border-color: #4C3170; }
span { border-color: rgb(76,49,112); }
td.TdClassName
{
border-color: #4C3170;
}
.TagClassName
{
border-color: #4C3170;
}
</style>