Shades of Blue Diamond #4C1673
Tints of Blue Diamond #4C1673
RGB
CMYK
RGB Variations
Color information
#4C1673 (or 0x4C1673) is known color: Blue Diamond. HEX triplet: 4C, 16 and 73. RGB value is (76,22,115). Sum of RGB (Red+Green+Blue) = 76+22+115=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C1673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1673 is #B3E98C. Grayscale: #303030. Windows color (decimal): -11790733 or 7542348. OLE color: 7542348.
HSL color Cylindrical-coordinate representation of color #4C1673: hue angle of 274.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1673 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 22 | 115 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.55 |
| HSL | 274.84º | 0.68% | 0.27% | - |
| HSV(B) | 274.84º | 0.81% | 0.45% | - |
| XYZ | 6.36 | 3.35 | 16.53 | - |
| YUV | 48.75 | 165.39 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 115 | 0.34 | 0.81 | 0 | 0.55 | 274.84 | 0.68 | 0.27 |
| Hex | 4C | 16 | 73 | 22 | 51 | 0 | 37 | 113 | 44 | 1B |
| Octal | 114 | 26 | 163 | 42 | 121 | 0 | 67 | 423 | 104 | 33 |
| Binary | 1001100 | 10110 | 1110011 | 100010 | 1010001 | 0 | 110111 | 100010011 | 1000100 | 11011 |
Color Harmonies of #4C1673
Complementary color
Monochromatic Colors of #4C1673
Black with #4C1673
Text Example
Text Example
White with #4C1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1673; }
p { color: rgb(76,22,115); }
H1.HeaderClassName
{
color: #4C1673;
}
.AnyTagClassName
{
color: #4C1673;
}
</style>
background-color css
<style>
a { background-color: #4C1673; }
a { background-color: rgb(76,22,115); }
div.DivClassName
{
background-color: #4C1673;
}
.BgClassName
{
background-color: #4C1673;
}
</style>
border-color css
<style>
span { border-color: #4C1673; }
span { border-color: rgb(76,22,115); }
td.TdClassName
{
border-color: #4C1673;
}
.TagClassName
{
border-color: #4C1673;
}
</style>