Shades of Blue Diamond #4C316E
Tints of Blue Diamond #4C316E
RGB
CMYK
RGB Variations
Color information
#4C316E (or 0x4C316E) is known color: Blue Diamond. HEX triplet: 4C, 31 and 6E. RGB value is (76,49,110). Sum of RGB (Red+Green+Blue) = 76+49+110=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C316E is #B3CE91. Grayscale: #3F3F3F. Windows color (decimal): -11783826 or 7221580. OLE color: 7221580.
HSL color Cylindrical-coordinate representation of color #4C316E: hue angle of 266.56º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C316E is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 49 | 110 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.57 |
| HSL | 266.56º | 0.38% | 0.31% | - |
| HSV(B) | 266.56º | 0.55% | 0.43% | - |
| XYZ | 6.89 | 4.86 | 15.33 | - |
| YUV | 64.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 110 | 0.31 | 0.55 | 0 | 0.57 | 266.56 | 0.38 | 0.31 |
| Hex | 4C | 31 | 6E | 1F | 37 | 0 | 39 | 10B | 26 | 1F |
| Octal | 114 | 61 | 156 | 37 | 67 | 0 | 71 | 413 | 46 | 37 |
| Binary | 1001100 | 110001 | 1101110 | 11111 | 110111 | 0 | 111001 | 100001011 | 100110 | 11111 |
Color Harmonies of #4C316E
Complementary color
Monochromatic Colors of #4C316E
Black with #4C316E
Text Example
Text Example
White with #4C316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C316E; }
p { color: rgb(76,49,110); }
H1.HeaderClassName
{
color: #4C316E;
}
.AnyTagClassName
{
color: #4C316E;
}
</style>
background-color css
<style>
a { background-color: #4C316E; }
a { background-color: rgb(76,49,110); }
div.DivClassName
{
background-color: #4C316E;
}
.BgClassName
{
background-color: #4C316E;
}
</style>
border-color css
<style>
span { border-color: #4C316E; }
span { border-color: rgb(76,49,110); }
td.TdClassName
{
border-color: #4C316E;
}
.TagClassName
{
border-color: #4C316E;
}
</style>