Shades of Blue Diamond #4C2F67
Tints of Blue Diamond #4C2F67
RGB
CMYK
RGB Variations
Color information
#4C2F67 (or 0x4C2F67) is known color: Blue Diamond. HEX triplet: 4C, 2F and 67. RGB value is (76,47,103). Sum of RGB (Red+Green+Blue) = 76+47+103=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C2F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2F67 is #B3D098. Grayscale: #3D3D3D. Windows color (decimal): -11784345 or 6762316. OLE color: 6762316.
HSL color Cylindrical-coordinate representation of color #4C2F67: hue angle of 271.07º 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 #4C2F67 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 47 | 103 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.60 |
| HSL | 271.07º | 0.37% | 0.29% | - |
| HSV(B) | 271.07º | 0.54% | 0.4% | - |
| XYZ | 6.45 | 4.55 | 13.37 | - |
| YUV | 62.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 103 | 0.26 | 0.54 | 0 | 0.60 | 271.07 | 0.37 | 0.29 |
| Hex | 4C | 2F | 67 | 1A | 36 | 0 | 3C | 10F | 25 | 1D |
| Octal | 114 | 57 | 147 | 32 | 66 | 0 | 74 | 417 | 45 | 35 |
| Binary | 1001100 | 101111 | 1100111 | 11010 | 110110 | 0 | 111100 | 100001111 | 100101 | 11101 |
Color Harmonies of #4C2F67
Complementary color
Monochromatic Colors of #4C2F67
Black with #4C2F67
Text Example
Text Example
White with #4C2F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F67; }
p { color: rgb(76,47,103); }
H1.HeaderClassName
{
color: #4C2F67;
}
.AnyTagClassName
{
color: #4C2F67;
}
</style>
background-color css
<style>
a { background-color: #4C2F67; }
a { background-color: rgb(76,47,103); }
div.DivClassName
{
background-color: #4C2F67;
}
.BgClassName
{
background-color: #4C2F67;
}
</style>
border-color css
<style>
span { border-color: #4C2F67; }
span { border-color: rgb(76,47,103); }
td.TdClassName
{
border-color: #4C2F67;
}
.TagClassName
{
border-color: #4C2F67;
}
</style>