Shades of Paradiso #4A8389
Tints of Paradiso #4A8389
RGB
CMYK
RGB Variations
Color information
#4A8389 (or 0x4A8389) is known color: Paradiso. HEX triplet: 4A, 83 and 89. RGB value is (74,131,137). Sum of RGB (Red+Green+Blue) = 74+131+137=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A8389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8389 is #B57C76. Grayscale: #727272. Windows color (decimal): -11893879 or 9012042. OLE color: 9012042.
HSL color Cylindrical-coordinate representation of color #4A8389: hue angle of 185.71º 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 #4A8389 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 131 | 137 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.46 |
| HSL | 185.71º | 0.3% | 0.41% | - |
| HSV(B) | 185.71º | 0.46% | 0.54% | - |
| XYZ | 15.46 | 19.49 | 26.62 | - |
| YUV | 114.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 131 | 137 | 0.46 | 0.04 | 0 | 0.46 | 185.71 | 0.3 | 0.41 |
| Hex | 4A | 83 | 89 | 2E | 4 | 0 | 2E | BA | 1E | 29 |
| Octal | 112 | 203 | 211 | 56 | 4 | 0 | 56 | 272 | 36 | 51 |
| Binary | 1001010 | 10000011 | 10001001 | 101110 | 100 | 0 | 101110 | 10111010 | 11110 | 101001 |
Color Harmonies of #4A8389
Complementary color
Monochromatic Colors of #4A8389
Black with #4A8389
Text Example
Text Example
White with #4A8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8389; }
p { color: rgb(74,131,137); }
H1.HeaderClassName
{
color: #4A8389;
}
.AnyTagClassName
{
color: #4A8389;
}
</style>
background-color css
<style>
a { background-color: #4A8389; }
a { background-color: rgb(74,131,137); }
div.DivClassName
{
background-color: #4A8389;
}
.BgClassName
{
background-color: #4A8389;
}
</style>
border-color css
<style>
span { border-color: #4A8389; }
span { border-color: rgb(74,131,137); }
td.TdClassName
{
border-color: #4A8389;
}
.TagClassName
{
border-color: #4A8389;
}
</style>