Shades of Blue Diamond #4C236F
Tints of Blue Diamond #4C236F
RGB
CMYK
RGB Variations
Color information
#4C236F (or 0x4C236F) is known color: Blue Diamond. HEX triplet: 4C, 23 and 6F. RGB value is (76,35,111). Sum of RGB (Red+Green+Blue) = 76+35+111=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C236F is #B3DC90. Grayscale: #373737. Windows color (decimal): -11787409 or 7283532. OLE color: 7283532.
HSL color Cylindrical-coordinate representation of color #4C236F: hue angle of 272.37º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C236F is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 35 | 111 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.56 |
| HSL | 272.37º | 0.52% | 0.29% | - |
| HSV(B) | 272.37º | 0.68% | 0.44% | - |
| XYZ | 6.45 | 3.89 | 15.45 | - |
| YUV | 55.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 111 | 0.32 | 0.68 | 0 | 0.56 | 272.37 | 0.52 | 0.29 |
| Hex | 4C | 23 | 6F | 20 | 44 | 0 | 38 | 110 | 34 | 1D |
| Octal | 114 | 43 | 157 | 40 | 104 | 0 | 70 | 420 | 64 | 35 |
| Binary | 1001100 | 100011 | 1101111 | 100000 | 1000100 | 0 | 111000 | 100010000 | 110100 | 11101 |
Color Harmonies of #4C236F
Complementary color
Monochromatic Colors of #4C236F
Black with #4C236F
Text Example
Text Example
White with #4C236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C236F; }
p { color: rgb(76,35,111); }
H1.HeaderClassName
{
color: #4C236F;
}
.AnyTagClassName
{
color: #4C236F;
}
</style>
background-color css
<style>
a { background-color: #4C236F; }
a { background-color: rgb(76,35,111); }
div.DivClassName
{
background-color: #4C236F;
}
.BgClassName
{
background-color: #4C236F;
}
</style>
border-color css
<style>
span { border-color: #4C236F; }
span { border-color: rgb(76,35,111); }
td.TdClassName
{
border-color: #4C236F;
}
.TagClassName
{
border-color: #4C236F;
}
</style>