Shades of Paradiso #4A888E
Tints of Paradiso #4A888E
RGB
CMYK
RGB Variations
Color information
#4A888E (or 0x4A888E) is known color: Paradiso. HEX triplet: 4A, 88 and 8E. RGB value is (74,136,142). Sum of RGB (Red+Green+Blue) = 74+136+142=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A888E is #B57771. Grayscale: #767676. Windows color (decimal): -11892594 or 9341002. OLE color: 9341002.
HSL color Cylindrical-coordinate representation of color #4A888E: hue angle of 185.29º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A888E is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 136 | 142 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.44 |
| HSL | 185.29º | 0.31% | 0.42% | - |
| HSV(B) | 185.29º | 0.48% | 0.56% | - |
| XYZ | 16.51 | 21.02 | 28.78 | - |
| YUV | 118.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 142 | 0.48 | 0.04 | 0 | 0.44 | 185.29 | 0.31 | 0.42 |
| Hex | 4A | 88 | 8E | 30 | 4 | 0 | 2C | B9 | 1F | 2A |
| Octal | 112 | 210 | 216 | 60 | 4 | 0 | 54 | 271 | 37 | 52 |
| Binary | 1001010 | 10001000 | 10001110 | 110000 | 100 | 0 | 101100 | 10111001 | 11111 | 101010 |
Color Harmonies of #4A888E
Complementary color
Monochromatic Colors of #4A888E
Black with #4A888E
Text Example
Text Example
White with #4A888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A888E; }
p { color: rgb(74,136,142); }
H1.HeaderClassName
{
color: #4A888E;
}
.AnyTagClassName
{
color: #4A888E;
}
</style>
background-color css
<style>
a { background-color: #4A888E; }
a { background-color: rgb(74,136,142); }
div.DivClassName
{
background-color: #4A888E;
}
.BgClassName
{
background-color: #4A888E;
}
</style>
border-color css
<style>
span { border-color: #4A888E; }
span { border-color: rgb(74,136,142); }
td.TdClassName
{
border-color: #4A888E;
}
.TagClassName
{
border-color: #4A888E;
}
</style>