Shades of Paradiso #4A8589
Tints of Paradiso #4A8589
RGB
CMYK
RGB Variations
Color information
#4A8589 (or 0x4A8589) is known color: Paradiso. HEX triplet: 4A, 85 and 89. RGB value is (74,133,137). Sum of RGB (Red+Green+Blue) = 74+133+137=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A8589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8589 is #B57A76. Grayscale: #737373. Windows color (decimal): -11893367 or 9012554. OLE color: 9012554.
HSL color Cylindrical-coordinate representation of color #4A8589: hue angle of 183.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8589 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 133 | 137 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.46 |
| HSL | 183.81º | 0.3% | 0.41% | - |
| HSV(B) | 183.81º | 0.46% | 0.54% | - |
| XYZ | 15.73 | 20.04 | 26.71 | - |
| YUV | 115.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 133 | 137 | 0.46 | 0.03 | 0 | 0.46 | 183.81 | 0.3 | 0.41 |
| Hex | 4A | 85 | 89 | 2E | 3 | 0 | 2E | B8 | 1E | 29 |
| Octal | 112 | 205 | 211 | 56 | 3 | 0 | 56 | 270 | 36 | 51 |
| Binary | 1001010 | 10000101 | 10001001 | 101110 | 11 | 0 | 101110 | 10111000 | 11110 | 101001 |
Color Harmonies of #4A8589
Complementary color
Monochromatic Colors of #4A8589
Black with #4A8589
Text Example
Text Example
White with #4A8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8589; }
p { color: rgb(74,133,137); }
H1.HeaderClassName
{
color: #4A8589;
}
.AnyTagClassName
{
color: #4A8589;
}
</style>
background-color css
<style>
a { background-color: #4A8589; }
a { background-color: rgb(74,133,137); }
div.DivClassName
{
background-color: #4A8589;
}
.BgClassName
{
background-color: #4A8589;
}
</style>
border-color css
<style>
span { border-color: #4A8589; }
span { border-color: rgb(74,133,137); }
td.TdClassName
{
border-color: #4A8589;
}
.TagClassName
{
border-color: #4A8589;
}
</style>