Shades of Blue Diamond #4C186F
Tints of Blue Diamond #4C186F
RGB
CMYK
RGB Variations
Color information
#4C186F (or 0x4C186F) is known color: Blue Diamond. HEX triplet: 4C, 18 and 6F. RGB value is (76,24,111). Sum of RGB (Red+Green+Blue) = 76+24+111=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C186F is #B3E790. Grayscale: #313131. Windows color (decimal): -11790225 or 7280716. OLE color: 7280716.
HSL color Cylindrical-coordinate representation of color #4C186F: hue angle of 275.86º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C186F is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 24 | 111 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.56 |
| HSL | 275.86º | 0.64% | 0.26% | - |
| HSV(B) | 275.86º | 0.78% | 0.44% | - |
| XYZ | 6.18 | 3.34 | 15.36 | - |
| YUV | 49.47 | 162.73 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 111 | 0.32 | 0.78 | 0 | 0.56 | 275.86 | 0.64 | 0.26 |
| Hex | 4C | 18 | 6F | 20 | 4E | 0 | 38 | 114 | 40 | 1A |
| Octal | 114 | 30 | 157 | 40 | 116 | 0 | 70 | 424 | 100 | 32 |
| Binary | 1001100 | 11000 | 1101111 | 100000 | 1001110 | 0 | 111000 | 100010100 | 1000000 | 11010 |
Color Harmonies of #4C186F
Complementary color
Monochromatic Colors of #4C186F
Black with #4C186F
Text Example
Text Example
White with #4C186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C186F; }
p { color: rgb(76,24,111); }
H1.HeaderClassName
{
color: #4C186F;
}
.AnyTagClassName
{
color: #4C186F;
}
</style>
background-color css
<style>
a { background-color: #4C186F; }
a { background-color: rgb(76,24,111); }
div.DivClassName
{
background-color: #4C186F;
}
.BgClassName
{
background-color: #4C186F;
}
</style>
border-color css
<style>
span { border-color: #4C186F; }
span { border-color: rgb(76,24,111); }
td.TdClassName
{
border-color: #4C186F;
}
.TagClassName
{
border-color: #4C186F;
}
</style>