Shades of Blue Diamond #4C156C
Tints of Blue Diamond #4C156C
RGB
CMYK
RGB Variations
Color information
#4C156C (or 0x4C156C) is known color: Blue Diamond. HEX triplet: 4C, 15 and 6C. RGB value is (76,21,108). Sum of RGB (Red+Green+Blue) = 76+21+108=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C156C is #B3EA93. Grayscale: #2F2F2F. Windows color (decimal): -11790996 or 7083340. OLE color: 7083340.
HSL color Cylindrical-coordinate representation of color #4C156C: hue angle of 277.93º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C156C is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 21 | 108 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.58 |
| HSL | 277.93º | 0.67% | 0.25% | - |
| HSV(B) | 277.93º | 0.81% | 0.42% | - |
| XYZ | 5.96 | 3.16 | 14.48 | - |
| YUV | 47.36 | 162.22 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 108 | 0.30 | 0.81 | 0 | 0.58 | 277.93 | 0.67 | 0.25 |
| Hex | 4C | 15 | 6C | 1E | 51 | 0 | 3A | 116 | 43 | 19 |
| Octal | 114 | 25 | 154 | 36 | 121 | 0 | 72 | 426 | 103 | 31 |
| Binary | 1001100 | 10101 | 1101100 | 11110 | 1010001 | 0 | 111010 | 100010110 | 1000011 | 11001 |
Color Harmonies of #4C156C
Complementary color
Monochromatic Colors of #4C156C
Black with #4C156C
Text Example
Text Example
White with #4C156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C156C; }
p { color: rgb(76,21,108); }
H1.HeaderClassName
{
color: #4C156C;
}
.AnyTagClassName
{
color: #4C156C;
}
</style>
background-color css
<style>
a { background-color: #4C156C; }
a { background-color: rgb(76,21,108); }
div.DivClassName
{
background-color: #4C156C;
}
.BgClassName
{
background-color: #4C156C;
}
</style>
border-color css
<style>
span { border-color: #4C156C; }
span { border-color: rgb(76,21,108); }
td.TdClassName
{
border-color: #4C156C;
}
.TagClassName
{
border-color: #4C156C;
}
</style>