Shades of Blue Diamond #4C336F
Tints of Blue Diamond #4C336F
RGB
CMYK
RGB Variations
Color information
#4C336F (or 0x4C336F) is known color: Blue Diamond. HEX triplet: 4C, 33 and 6F. RGB value is (76,51,111). Sum of RGB (Red+Green+Blue) = 76+51+111=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C336F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C336F is #B3CC90. Grayscale: #414141. Windows color (decimal): -11783313 or 7287628. OLE color: 7287628.
HSL color Cylindrical-coordinate representation of color #4C336F: hue angle of 265º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C336F is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 51 | 111 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.56 |
| HSL | 265º | 0.37% | 0.32% | - |
| HSV(B) | 265º | 0.54% | 0.44% | - |
| XYZ | 7.03 | 5.05 | 15.64 | - |
| YUV | 65.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 111 | 0.32 | 0.54 | 0 | 0.56 | 265 | 0.37 | 0.32 |
| Hex | 4C | 33 | 6F | 20 | 36 | 0 | 38 | 109 | 25 | 20 |
| Octal | 114 | 63 | 157 | 40 | 66 | 0 | 70 | 411 | 45 | 40 |
| Binary | 1001100 | 110011 | 1101111 | 100000 | 110110 | 0 | 111000 | 100001001 | 100101 | 100000 |
Color Harmonies of #4C336F
Complementary color
Monochromatic Colors of #4C336F
Black with #4C336F
Text Example
Text Example
White with #4C336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C336F; }
p { color: rgb(76,51,111); }
H1.HeaderClassName
{
color: #4C336F;
}
.AnyTagClassName
{
color: #4C336F;
}
</style>
background-color css
<style>
a { background-color: #4C336F; }
a { background-color: rgb(76,51,111); }
div.DivClassName
{
background-color: #4C336F;
}
.BgClassName
{
background-color: #4C336F;
}
</style>
border-color css
<style>
span { border-color: #4C336F; }
span { border-color: rgb(76,51,111); }
td.TdClassName
{
border-color: #4C336F;
}
.TagClassName
{
border-color: #4C336F;
}
</style>