Shades of Blue Diamond #4C2E65
Tints of Blue Diamond #4C2E65
RGB
CMYK
RGB Variations
Color information
#4C2E65 (or 0x4C2E65) is known color: Blue Diamond. HEX triplet: 4C, 2E and 65. RGB value is (76,46,101). Sum of RGB (Red+Green+Blue) = 76+46+101=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C2E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2E65 is #B3D19A. Grayscale: #3D3D3D. Windows color (decimal): -11784603 or 6630988. OLE color: 6630988.
HSL color Cylindrical-coordinate representation of color #4C2E65: hue angle of 272.73º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C2E65 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 46 | 101 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.60 |
| HSL | 272.73º | 0.37% | 0.29% | - |
| HSV(B) | 272.73º | 0.54% | 0.4% | - |
| XYZ | 6.31 | 4.43 | 12.83 | - |
| YUV | 61.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 101 | 0.25 | 0.54 | 0 | 0.60 | 272.73 | 0.37 | 0.29 |
| Hex | 4C | 2E | 65 | 19 | 36 | 0 | 3C | 111 | 25 | 1D |
| Octal | 114 | 56 | 145 | 31 | 66 | 0 | 74 | 421 | 45 | 35 |
| Binary | 1001100 | 101110 | 1100101 | 11001 | 110110 | 0 | 111100 | 100010001 | 100101 | 11101 |
Color Harmonies of #4C2E65
Complementary color
Monochromatic Colors of #4C2E65
Black with #4C2E65
Text Example
Text Example
White with #4C2E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E65; }
p { color: rgb(76,46,101); }
H1.HeaderClassName
{
color: #4C2E65;
}
.AnyTagClassName
{
color: #4C2E65;
}
</style>
background-color css
<style>
a { background-color: #4C2E65; }
a { background-color: rgb(76,46,101); }
div.DivClassName
{
background-color: #4C2E65;
}
.BgClassName
{
background-color: #4C2E65;
}
</style>
border-color css
<style>
span { border-color: #4C2E65; }
span { border-color: rgb(76,46,101); }
td.TdClassName
{
border-color: #4C2E65;
}
.TagClassName
{
border-color: #4C2E65;
}
</style>