Shades of Blue Diamond #4C2E67
Tints of Blue Diamond #4C2E67
RGB
CMYK
RGB Variations
Color information
#4C2E67 (or 0x4C2E67) is known color: Blue Diamond. HEX triplet: 4C, 2E and 67. RGB value is (76,46,103). Sum of RGB (Red+Green+Blue) = 76+46+103=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C2E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2E67 is #B3D198. Grayscale: #3D3D3D. Windows color (decimal): -11784601 or 6762060. OLE color: 6762060.
HSL color Cylindrical-coordinate representation of color #4C2E67: hue angle of 271.58º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C2E67 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 46 | 103 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.60 |
| HSL | 271.58º | 0.38% | 0.29% | - |
| HSV(B) | 271.58º | 0.55% | 0.4% | - |
| XYZ | 6.41 | 4.47 | 13.36 | - |
| YUV | 61.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 103 | 0.26 | 0.55 | 0 | 0.60 | 271.58 | 0.38 | 0.29 |
| Hex | 4C | 2E | 67 | 1A | 37 | 0 | 3C | 110 | 26 | 1D |
| Octal | 114 | 56 | 147 | 32 | 67 | 0 | 74 | 420 | 46 | 35 |
| Binary | 1001100 | 101110 | 1100111 | 11010 | 110111 | 0 | 111100 | 100010000 | 100110 | 11101 |
Color Harmonies of #4C2E67
Complementary color
Monochromatic Colors of #4C2E67
Black with #4C2E67
Text Example
Text Example
White with #4C2E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E67; }
p { color: rgb(76,46,103); }
H1.HeaderClassName
{
color: #4C2E67;
}
.AnyTagClassName
{
color: #4C2E67;
}
</style>
background-color css
<style>
a { background-color: #4C2E67; }
a { background-color: rgb(76,46,103); }
div.DivClassName
{
background-color: #4C2E67;
}
.BgClassName
{
background-color: #4C2E67;
}
</style>
border-color css
<style>
span { border-color: #4C2E67; }
span { border-color: rgb(76,46,103); }
td.TdClassName
{
border-color: #4C2E67;
}
.TagClassName
{
border-color: #4C2E67;
}
</style>