Shades of Blue Diamond #4C246F
Tints of Blue Diamond #4C246F
RGB
CMYK
RGB Variations
Color information
#4C246F (or 0x4C246F) is known color: Blue Diamond. HEX triplet: 4C, 24 and 6F. RGB value is (76,36,111). Sum of RGB (Red+Green+Blue) = 76+36+111=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C246F is #B3DB90. Grayscale: #383838. Windows color (decimal): -11787153 or 7283788. OLE color: 7283788.
HSL color Cylindrical-coordinate representation of color #4C246F: hue angle of 272º degrees, saturation: 0.51, 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 #4C246F is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 36 | 111 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.56 |
| HSL | 272º | 0.51% | 0.29% | - |
| HSV(B) | 272º | 0.68% | 0.44% | - |
| XYZ | 6.48 | 3.95 | 15.46 | - |
| YUV | 56.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 111 | 0.32 | 0.68 | 0 | 0.56 | 272 | 0.51 | 0.29 |
| Hex | 4C | 24 | 6F | 20 | 44 | 0 | 38 | 110 | 33 | 1D |
| Octal | 114 | 44 | 157 | 40 | 104 | 0 | 70 | 420 | 63 | 35 |
| Binary | 1001100 | 100100 | 1101111 | 100000 | 1000100 | 0 | 111000 | 100010000 | 110011 | 11101 |
Color Harmonies of #4C246F
Complementary color
Monochromatic Colors of #4C246F
Black with #4C246F
Text Example
Text Example
White with #4C246F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C246F; }
p { color: rgb(76,36,111); }
H1.HeaderClassName
{
color: #4C246F;
}
.AnyTagClassName
{
color: #4C246F;
}
</style>
background-color css
<style>
a { background-color: #4C246F; }
a { background-color: rgb(76,36,111); }
div.DivClassName
{
background-color: #4C246F;
}
.BgClassName
{
background-color: #4C246F;
}
</style>
border-color css
<style>
span { border-color: #4C246F; }
span { border-color: rgb(76,36,111); }
td.TdClassName
{
border-color: #4C246F;
}
.TagClassName
{
border-color: #4C246F;
}
</style>