Shades of Blue Diamond #4C3265
Tints of Blue Diamond #4C3265
RGB
CMYK
RGB Variations
Color information
#4C3265 (or 0x4C3265) is known color: Blue Diamond. HEX triplet: 4C, 32 and 65. RGB value is (76,50,101). Sum of RGB (Red+Green+Blue) = 76+50+101=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C3265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3265 is #B3CD9A. Grayscale: #3F3F3F. Windows color (decimal): -11783579 or 6632012. OLE color: 6632012.
HSL color Cylindrical-coordinate representation of color #4C3265: hue angle of 270.59º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C3265 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 50 | 101 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.60 |
| HSL | 270.59º | 0.34% | 0.3% | - |
| HSV(B) | 270.59º | 0.5% | 0.4% | - |
| XYZ | 6.47 | 4.76 | 12.89 | - |
| YUV | 63.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 101 | 0.25 | 0.50 | 0 | 0.60 | 270.59 | 0.34 | 0.3 |
| Hex | 4C | 32 | 65 | 19 | 32 | 0 | 3C | 10F | 22 | 1E |
| Octal | 114 | 62 | 145 | 31 | 62 | 0 | 74 | 417 | 42 | 36 |
| Binary | 1001100 | 110010 | 1100101 | 11001 | 110010 | 0 | 111100 | 100001111 | 100010 | 11110 |
Color Harmonies of #4C3265
Complementary color
Monochromatic Colors of #4C3265
Black with #4C3265
Text Example
Text Example
White with #4C3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3265; }
p { color: rgb(76,50,101); }
H1.HeaderClassName
{
color: #4C3265;
}
.AnyTagClassName
{
color: #4C3265;
}
</style>
background-color css
<style>
a { background-color: #4C3265; }
a { background-color: rgb(76,50,101); }
div.DivClassName
{
background-color: #4C3265;
}
.BgClassName
{
background-color: #4C3265;
}
</style>
border-color css
<style>
span { border-color: #4C3265; }
span { border-color: rgb(76,50,101); }
td.TdClassName
{
border-color: #4C3265;
}
.TagClassName
{
border-color: #4C3265;
}
</style>