Shades of Blue Diamond #4C2373
Tints of Blue Diamond #4C2373
RGB
CMYK
RGB Variations
Color information
#4C2373 (or 0x4C2373) is known color: Blue Diamond. HEX triplet: 4C, 23 and 73. RGB value is (76,35,115). Sum of RGB (Red+Green+Blue) = 76+35+115=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C2373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2373 is #B3DC8C. Grayscale: #383838. Windows color (decimal): -11787405 or 7545676. OLE color: 7545676.
HSL color Cylindrical-coordinate representation of color #4C2373: hue angle of 270.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C2373 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 35 | 115 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.55 |
| HSL | 270.75º | 0.53% | 0.29% | - |
| HSV(B) | 270.75º | 0.7% | 0.45% | - |
| XYZ | 6.68 | 3.98 | 16.64 | - |
| YUV | 56.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 115 | 0.34 | 0.70 | 0 | 0.55 | 270.75 | 0.53 | 0.29 |
| Hex | 4C | 23 | 73 | 22 | 46 | 0 | 37 | 10F | 35 | 1D |
| Octal | 114 | 43 | 163 | 42 | 106 | 0 | 67 | 417 | 65 | 35 |
| Binary | 1001100 | 100011 | 1110011 | 100010 | 1000110 | 0 | 110111 | 100001111 | 110101 | 11101 |
Color Harmonies of #4C2373
Complementary color
Monochromatic Colors of #4C2373
Black with #4C2373
Text Example
Text Example
White with #4C2373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2373; }
p { color: rgb(76,35,115); }
H1.HeaderClassName
{
color: #4C2373;
}
.AnyTagClassName
{
color: #4C2373;
}
</style>
background-color css
<style>
a { background-color: #4C2373; }
a { background-color: rgb(76,35,115); }
div.DivClassName
{
background-color: #4C2373;
}
.BgClassName
{
background-color: #4C2373;
}
</style>
border-color css
<style>
span { border-color: #4C2373; }
span { border-color: rgb(76,35,115); }
td.TdClassName
{
border-color: #4C2373;
}
.TagClassName
{
border-color: #4C2373;
}
</style>