Shades of Paradiso #4A7D88
Tints of Paradiso #4A7D88
RGB
CMYK
RGB Variations
Color information
#4A7D88 (or 0x4A7D88) is known color: Paradiso. HEX triplet: 4A, 7D and 88. RGB value is (74,125,136). Sum of RGB (Red+Green+Blue) = 74+125+136=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A7D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7D88 is #B58277. Grayscale: #6E6E6E. Windows color (decimal): -11895416 or 8944970. OLE color: 8944970.
HSL color Cylindrical-coordinate representation of color #4A7D88: hue angle of 190.65º 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 #4A7D88 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 125 | 136 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.47 |
| HSL | 190.65º | 0.3% | 0.41% | - |
| HSV(B) | 190.65º | 0.46% | 0.53% | - |
| XYZ | 14.6 | 17.9 | 25.98 | - |
| YUV | 111.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 125 | 136 | 0.46 | 0.08 | 0 | 0.47 | 190.65 | 0.3 | 0.41 |
| Hex | 4A | 7D | 88 | 2E | 8 | 0 | 2F | BF | 1E | 29 |
| Octal | 112 | 175 | 210 | 56 | 10 | 0 | 57 | 277 | 36 | 51 |
| Binary | 1001010 | 1111101 | 10001000 | 101110 | 1000 | 0 | 101111 | 10111111 | 11110 | 101001 |
Color Harmonies of #4A7D88
Complementary color
Monochromatic Colors of #4A7D88
Black with #4A7D88
Text Example
Text Example
White with #4A7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7D88; }
p { color: rgb(74,125,136); }
H1.HeaderClassName
{
color: #4A7D88;
}
.AnyTagClassName
{
color: #4A7D88;
}
</style>
background-color css
<style>
a { background-color: #4A7D88; }
a { background-color: rgb(74,125,136); }
div.DivClassName
{
background-color: #4A7D88;
}
.BgClassName
{
background-color: #4A7D88;
}
</style>
border-color css
<style>
span { border-color: #4A7D88; }
span { border-color: rgb(74,125,136); }
td.TdClassName
{
border-color: #4A7D88;
}
.TagClassName
{
border-color: #4A7D88;
}
</style>