Shades of Blue Diamond #4C1775
Tints of Blue Diamond #4C1775
RGB
CMYK
RGB Variations
Color information
#4C1775 (or 0x4C1775) is known color: Blue Diamond. HEX triplet: 4C, 17 and 75. RGB value is (76,23,117). Sum of RGB (Red+Green+Blue) = 76+23+117=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C1775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1775 is #B3E88A. Grayscale: #313131. Windows color (decimal): -11790475 or 7673676. OLE color: 7673676.
HSL color Cylindrical-coordinate representation of color #4C1775: hue angle of 273.83º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1775 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 23 | 117 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.54 |
| HSL | 273.83º | 0.67% | 0.27% | - |
| HSV(B) | 273.83º | 0.8% | 0.46% | - |
| XYZ | 6.5 | 3.43 | 17.15 | - |
| YUV | 49.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 117 | 0.35 | 0.80 | 0 | 0.54 | 273.83 | 0.67 | 0.27 |
| Hex | 4C | 17 | 75 | 23 | 50 | 0 | 36 | 112 | 43 | 1B |
| Octal | 114 | 27 | 165 | 43 | 120 | 0 | 66 | 422 | 103 | 33 |
| Binary | 1001100 | 10111 | 1110101 | 100011 | 1010000 | 0 | 110110 | 100010010 | 1000011 | 11011 |
Color Harmonies of #4C1775
Complementary color
Monochromatic Colors of #4C1775
Black with #4C1775
Text Example
Text Example
White with #4C1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1775; }
p { color: rgb(76,23,117); }
H1.HeaderClassName
{
color: #4C1775;
}
.AnyTagClassName
{
color: #4C1775;
}
</style>
background-color css
<style>
a { background-color: #4C1775; }
a { background-color: rgb(76,23,117); }
div.DivClassName
{
background-color: #4C1775;
}
.BgClassName
{
background-color: #4C1775;
}
</style>
border-color css
<style>
span { border-color: #4C1775; }
span { border-color: rgb(76,23,117); }
td.TdClassName
{
border-color: #4C1775;
}
.TagClassName
{
border-color: #4C1775;
}
</style>