Shades of Paradiso #4E7F89
Tints of Paradiso #4E7F89
RGB
CMYK
RGB Variations
Color information
#4E7F89 (or 0x4E7F89) is known color: Paradiso. HEX triplet: 4E, 7F and 89. RGB value is (78,127,137). Sum of RGB (Red+Green+Blue) = 78+127+137=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 127 (50% from 255 or 37.13% 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 #4E7F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7F89 is #B18076. Grayscale: #717171. Windows color (decimal): -11632759 or 9011022. OLE color: 9011022.
HSL color Cylindrical-coordinate representation of color #4E7F89: hue angle of 190.17º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E7F89 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 127 | 137 | - |
| CMYK | 0.43 | 0.07 | 0 | 0.46 |
| HSL | 190.17º | 0.27% | 0.42% | - |
| HSV(B) | 190.17º | 0.43% | 0.54% | - |
| XYZ | 15.25 | 18.6 | 26.45 | - |
| YUV | 113.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 127 | 137 | 0.43 | 0.07 | 0 | 0.46 | 190.17 | 0.27 | 0.42 |
| Hex | 4E | 7F | 89 | 2B | 7 | 0 | 2E | BE | 1B | 2A |
| Octal | 116 | 177 | 211 | 53 | 7 | 0 | 56 | 276 | 33 | 52 |
| Binary | 1001110 | 1111111 | 10001001 | 101011 | 111 | 0 | 101110 | 10111110 | 11011 | 101010 |
Color Harmonies of #4E7F89
Complementary color
Monochromatic Colors of #4E7F89
Black with #4E7F89
Text Example
Text Example
White with #4E7F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7F89; }
p { color: rgb(78,127,137); }
H1.HeaderClassName
{
color: #4E7F89;
}
.AnyTagClassName
{
color: #4E7F89;
}
</style>
background-color css
<style>
a { background-color: #4E7F89; }
a { background-color: rgb(78,127,137); }
div.DivClassName
{
background-color: #4E7F89;
}
.BgClassName
{
background-color: #4E7F89;
}
</style>
border-color css
<style>
span { border-color: #4E7F89; }
span { border-color: rgb(78,127,137); }
td.TdClassName
{
border-color: #4E7F89;
}
.TagClassName
{
border-color: #4E7F89;
}
</style>