Shades of Blue Diamond #4C2D6B
Tints of Blue Diamond #4C2D6B
RGB
CMYK
RGB Variations
Color information
#4C2D6B (or 0x4C2D6B) is known color: Blue Diamond. HEX triplet: 4C, 2D and 6B. RGB value is (76,45,107). Sum of RGB (Red+Green+Blue) = 76+45+107=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C2D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2D6B is #B3D294. Grayscale: #3D3D3D. Windows color (decimal): -11784853 or 7023948. OLE color: 7023948.
HSL color Cylindrical-coordinate representation of color #4C2D6B: hue angle of 270º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2D6B is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 45 | 107 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.58 |
| HSL | 270º | 0.41% | 0.3% | - |
| HSV(B) | 270º | 0.58% | 0.42% | - |
| XYZ | 6.57 | 4.47 | 14.43 | - |
| YUV | 61.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 107 | 0.29 | 0.58 | 0 | 0.58 | 270 | 0.41 | 0.3 |
| Hex | 4C | 2D | 6B | 1D | 3A | 0 | 3A | 10E | 29 | 1E |
| Octal | 114 | 55 | 153 | 35 | 72 | 0 | 72 | 416 | 51 | 36 |
| Binary | 1001100 | 101101 | 1101011 | 11101 | 111010 | 0 | 111010 | 100001110 | 101001 | 11110 |
Color Harmonies of #4C2D6B
Complementary color
Monochromatic Colors of #4C2D6B
Black with #4C2D6B
Text Example
Text Example
White with #4C2D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2D6B; }
p { color: rgb(76,45,107); }
H1.HeaderClassName
{
color: #4C2D6B;
}
.AnyTagClassName
{
color: #4C2D6B;
}
</style>
background-color css
<style>
a { background-color: #4C2D6B; }
a { background-color: rgb(76,45,107); }
div.DivClassName
{
background-color: #4C2D6B;
}
.BgClassName
{
background-color: #4C2D6B;
}
</style>
border-color css
<style>
span { border-color: #4C2D6B; }
span { border-color: rgb(76,45,107); }
td.TdClassName
{
border-color: #4C2D6B;
}
.TagClassName
{
border-color: #4C2D6B;
}
</style>