Shades of Blue Diamond #4C3373
Tints of Blue Diamond #4C3373
RGB
CMYK
RGB Variations
Color information
#4C3373 (or 0x4C3373) is known color: Blue Diamond. HEX triplet: 4C, 33 and 73. RGB value is (76,51,115). Sum of RGB (Red+Green+Blue) = 76+51+115=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C3373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3373 is #B3CC8C. Grayscale: #414141. Windows color (decimal): -11783309 or 7549772. OLE color: 7549772.
HSL color Cylindrical-coordinate representation of color #4C3373: hue angle of 263.44º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C3373 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 51 | 115 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.55 |
| HSL | 263.44º | 0.39% | 0.33% | - |
| HSV(B) | 263.44º | 0.56% | 0.45% | - |
| XYZ | 7.26 | 5.14 | 16.83 | - |
| YUV | 65.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 115 | 0.34 | 0.56 | 0 | 0.55 | 263.44 | 0.39 | 0.33 |
| Hex | 4C | 33 | 73 | 22 | 38 | 0 | 37 | 107 | 27 | 21 |
| Octal | 114 | 63 | 163 | 42 | 70 | 0 | 67 | 407 | 47 | 41 |
| Binary | 1001100 | 110011 | 1110011 | 100010 | 111000 | 0 | 110111 | 100000111 | 100111 | 100001 |
Color Harmonies of #4C3373
Complementary color
Monochromatic Colors of #4C3373
Black with #4C3373
Text Example
Text Example
White with #4C3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3373; }
p { color: rgb(76,51,115); }
H1.HeaderClassName
{
color: #4C3373;
}
.AnyTagClassName
{
color: #4C3373;
}
</style>
background-color css
<style>
a { background-color: #4C3373; }
a { background-color: rgb(76,51,115); }
div.DivClassName
{
background-color: #4C3373;
}
.BgClassName
{
background-color: #4C3373;
}
</style>
border-color css
<style>
span { border-color: #4C3373; }
span { border-color: rgb(76,51,115); }
td.TdClassName
{
border-color: #4C3373;
}
.TagClassName
{
border-color: #4C3373;
}
</style>