Shades of Paradiso #4C838C
Tints of Paradiso #4C838C
RGB
CMYK
RGB Variations
Color information
#4C838C (or 0x4C838C) is known color: Paradiso. HEX triplet: 4C, 83 and 8C. RGB value is (76,131,140). Sum of RGB (Red+Green+Blue) = 76+131+140=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C838C is #B37C73. Grayscale: #737373. Windows color (decimal): -11762804 or 9208652. OLE color: 9208652.
HSL color Cylindrical-coordinate representation of color #4C838C: hue angle of 188.44º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C838C is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 131 | 140 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.45 |
| HSL | 188.44º | 0.3% | 0.42% | - |
| HSV(B) | 188.44º | 0.46% | 0.55% | - |
| XYZ | 15.83 | 19.66 | 27.77 | - |
| YUV | 115.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 131 | 140 | 0.46 | 0.06 | 0 | 0.45 | 188.44 | 0.3 | 0.42 |
| Hex | 4C | 83 | 8C | 2E | 6 | 0 | 2D | BC | 1E | 2A |
| Octal | 114 | 203 | 214 | 56 | 6 | 0 | 55 | 274 | 36 | 52 |
| Binary | 1001100 | 10000011 | 10001100 | 101110 | 110 | 0 | 101101 | 10111100 | 11110 | 101010 |
Color Harmonies of #4C838C
Complementary color
Monochromatic Colors of #4C838C
Black with #4C838C
Text Example
Text Example
White with #4C838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C838C; }
p { color: rgb(76,131,140); }
H1.HeaderClassName
{
color: #4C838C;
}
.AnyTagClassName
{
color: #4C838C;
}
</style>
background-color css
<style>
a { background-color: #4C838C; }
a { background-color: rgb(76,131,140); }
div.DivClassName
{
background-color: #4C838C;
}
.BgClassName
{
background-color: #4C838C;
}
</style>
border-color css
<style>
span { border-color: #4C838C; }
span { border-color: rgb(76,131,140); }
td.TdClassName
{
border-color: #4C838C;
}
.TagClassName
{
border-color: #4C838C;
}
</style>