Shades of Blue Diamond #4C346D
Tints of Blue Diamond #4C346D
RGB
CMYK
RGB Variations
Color information
#4C346D (or 0x4C346D) is known color: Blue Diamond. HEX triplet: 4C, 34 and 6D. RGB value is (76,52,109). Sum of RGB (Red+Green+Blue) = 76+52+109=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C346D is #B3CB92. Grayscale: #414141. Windows color (decimal): -11783059 or 7156812. OLE color: 7156812.
HSL color Cylindrical-coordinate representation of color #4C346D: hue angle of 265.26º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C346D is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 52 | 109 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.57 |
| HSL | 265.26º | 0.35% | 0.32% | - |
| HSV(B) | 265.26º | 0.52% | 0.43% | - |
| XYZ | 6.97 | 5.1 | 15.08 | - |
| YUV | 65.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 109 | 0.30 | 0.52 | 0 | 0.57 | 265.26 | 0.35 | 0.32 |
| Hex | 4C | 34 | 6D | 1E | 34 | 0 | 39 | 109 | 23 | 20 |
| Octal | 114 | 64 | 155 | 36 | 64 | 0 | 71 | 411 | 43 | 40 |
| Binary | 1001100 | 110100 | 1101101 | 11110 | 110100 | 0 | 111001 | 100001001 | 100011 | 100000 |
Color Harmonies of #4C346D
Complementary color
Monochromatic Colors of #4C346D
Black with #4C346D
Text Example
Text Example
White with #4C346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C346D; }
p { color: rgb(76,52,109); }
H1.HeaderClassName
{
color: #4C346D;
}
.AnyTagClassName
{
color: #4C346D;
}
</style>
background-color css
<style>
a { background-color: #4C346D; }
a { background-color: rgb(76,52,109); }
div.DivClassName
{
background-color: #4C346D;
}
.BgClassName
{
background-color: #4C346D;
}
</style>
border-color css
<style>
span { border-color: #4C346D; }
span { border-color: rgb(76,52,109); }
td.TdClassName
{
border-color: #4C346D;
}
.TagClassName
{
border-color: #4C346D;
}
</style>