Shades of Paradiso #4A8188
Tints of Paradiso #4A8188
RGB
CMYK
RGB Variations
Color information
#4A8188 (or 0x4A8188) is known color: Paradiso. HEX triplet: 4A, 81 and 88. RGB value is (74,129,136). Sum of RGB (Red+Green+Blue) = 74+129+136=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A8188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8188 is #B57E77. Grayscale: #717171. Windows color (decimal): -11894392 or 8945994. OLE color: 8945994.
HSL color Cylindrical-coordinate representation of color #4A8188: hue angle of 186.77º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8188 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 129 | 136 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.47 |
| HSL | 186.77º | 0.3% | 0.41% | - |
| HSV(B) | 186.77º | 0.46% | 0.53% | - |
| XYZ | 15.12 | 18.93 | 26.15 | - |
| YUV | 113.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 129 | 136 | 0.46 | 0.05 | 0 | 0.47 | 186.77 | 0.3 | 0.41 |
| Hex | 4A | 81 | 88 | 2E | 5 | 0 | 2F | BB | 1E | 29 |
| Octal | 112 | 201 | 210 | 56 | 5 | 0 | 57 | 273 | 36 | 51 |
| Binary | 1001010 | 10000001 | 10001000 | 101110 | 101 | 0 | 101111 | 10111011 | 11110 | 101001 |
Color Harmonies of #4A8188
Complementary color
Monochromatic Colors of #4A8188
Black with #4A8188
Text Example
Text Example
White with #4A8188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8188; }
p { color: rgb(74,129,136); }
H1.HeaderClassName
{
color: #4A8188;
}
.AnyTagClassName
{
color: #4A8188;
}
</style>
background-color css
<style>
a { background-color: #4A8188; }
a { background-color: rgb(74,129,136); }
div.DivClassName
{
background-color: #4A8188;
}
.BgClassName
{
background-color: #4A8188;
}
</style>
border-color css
<style>
span { border-color: #4A8188; }
span { border-color: rgb(74,129,136); }
td.TdClassName
{
border-color: #4A8188;
}
.TagClassName
{
border-color: #4A8188;
}
</style>