Shades of Paradiso #4C777C
Tints of Paradiso #4C777C
RGB
CMYK
RGB Variations
Color information
#4C777C (or 0x4C777C) is known color: Paradiso. HEX triplet: 4C, 77 and 7C. RGB value is (76,119,124). Sum of RGB (Red+Green+Blue) = 76+119+124=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C777C is #B38883. Grayscale: #6A6A6A. Windows color (decimal): -11765892 or 8157004. OLE color: 8157004.
HSL color Cylindrical-coordinate representation of color #4C777C: hue angle of 186.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C777C is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 119 | 124 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.51 |
| HSL | 186.25º | 0.24% | 0.39% | - |
| HSV(B) | 186.25º | 0.39% | 0.49% | - |
| XYZ | 13.22 | 16.19 | 21.5 | - |
| YUV | 106.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 119 | 124 | 0.39 | 0.04 | 0 | 0.51 | 186.25 | 0.24 | 0.39 |
| Hex | 4C | 77 | 7C | 27 | 4 | 0 | 33 | BA | 18 | 27 |
| Octal | 114 | 167 | 174 | 47 | 4 | 0 | 63 | 272 | 30 | 47 |
| Binary | 1001100 | 1110111 | 1111100 | 100111 | 100 | 0 | 110011 | 10111010 | 11000 | 100111 |
Color Harmonies of #4C777C
Complementary color
Monochromatic Colors of #4C777C
Black with #4C777C
Text Example
Text Example
White with #4C777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C777C; }
p { color: rgb(76,119,124); }
H1.HeaderClassName
{
color: #4C777C;
}
.AnyTagClassName
{
color: #4C777C;
}
</style>
background-color css
<style>
a { background-color: #4C777C; }
a { background-color: rgb(76,119,124); }
div.DivClassName
{
background-color: #4C777C;
}
.BgClassName
{
background-color: #4C777C;
}
</style>
border-color css
<style>
span { border-color: #4C777C; }
span { border-color: rgb(76,119,124); }
td.TdClassName
{
border-color: #4C777C;
}
.TagClassName
{
border-color: #4C777C;
}
</style>