Shades of Blue Diamond #4C2F6C
Tints of Blue Diamond #4C2F6C
RGB
CMYK
RGB Variations
Color information
#4C2F6C (or 0x4C2F6C) is known color: Blue Diamond. HEX triplet: 4C, 2F and 6C. RGB value is (76,47,108). Sum of RGB (Red+Green+Blue) = 76+47+108=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C2F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2F6C is #B3D093. Grayscale: #3E3E3E. Windows color (decimal): -11784340 or 7089996. OLE color: 7089996.
HSL color Cylindrical-coordinate representation of color #4C2F6C: hue angle of 268.52º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C2F6C is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 47 | 108 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.58 |
| HSL | 268.52º | 0.39% | 0.3% | - |
| HSV(B) | 268.52º | 0.56% | 0.42% | - |
| XYZ | 6.7 | 4.65 | 14.73 | - |
| YUV | 62.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 108 | 0.30 | 0.56 | 0 | 0.58 | 268.52 | 0.39 | 0.3 |
| Hex | 4C | 2F | 6C | 1E | 38 | 0 | 3A | 10D | 27 | 1E |
| Octal | 114 | 57 | 154 | 36 | 70 | 0 | 72 | 415 | 47 | 36 |
| Binary | 1001100 | 101111 | 1101100 | 11110 | 111000 | 0 | 111010 | 100001101 | 100111 | 11110 |
Color Harmonies of #4C2F6C
Complementary color
Monochromatic Colors of #4C2F6C
Black with #4C2F6C
Text Example
Text Example
White with #4C2F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F6C; }
p { color: rgb(76,47,108); }
H1.HeaderClassName
{
color: #4C2F6C;
}
.AnyTagClassName
{
color: #4C2F6C;
}
</style>
background-color css
<style>
a { background-color: #4C2F6C; }
a { background-color: rgb(76,47,108); }
div.DivClassName
{
background-color: #4C2F6C;
}
.BgClassName
{
background-color: #4C2F6C;
}
</style>
border-color css
<style>
span { border-color: #4C2F6C; }
span { border-color: rgb(76,47,108); }
td.TdClassName
{
border-color: #4C2F6C;
}
.TagClassName
{
border-color: #4C2F6C;
}
</style>