Shades of Paradiso #467E87
Tints of Paradiso #467E87
RGB
CMYK
RGB Variations
Color information
#467E87 (or 0x467E87) is known color: Paradiso. HEX triplet: 46, 7E and 87. RGB value is (70,126,135). Sum of RGB (Red+Green+Blue) = 70+126+135=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #467E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467E87 is #B98178. Grayscale: #6E6E6E. Windows color (decimal): -12157305 or 8879686. OLE color: 8879686.
HSL color Cylindrical-coordinate representation of color #467E87: hue angle of 188.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #467E87 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 126 | 135 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.47 |
| HSL | 188.31º | 0.32% | 0.4% | - |
| HSV(B) | 188.31º | 0.48% | 0.53% | - |
| XYZ | 14.36 | 17.97 | 25.63 | - |
| YUV | 110.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 135 | 0.48 | 0.07 | 0 | 0.47 | 188.31 | 0.32 | 0.4 |
| Hex | 46 | 7E | 87 | 30 | 7 | 0 | 2F | BC | 20 | 28 |
| Octal | 106 | 176 | 207 | 60 | 7 | 0 | 57 | 274 | 40 | 50 |
| Binary | 1000110 | 1111110 | 10000111 | 110000 | 111 | 0 | 101111 | 10111100 | 100000 | 101000 |
Color Harmonies of #467E87
Complementary color
Monochromatic Colors of #467E87
Black with #467E87
Text Example
Text Example
White with #467E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467E87; }
p { color: rgb(70,126,135); }
H1.HeaderClassName
{
color: #467E87;
}
.AnyTagClassName
{
color: #467E87;
}
</style>
background-color css
<style>
a { background-color: #467E87; }
a { background-color: rgb(70,126,135); }
div.DivClassName
{
background-color: #467E87;
}
.BgClassName
{
background-color: #467E87;
}
</style>
border-color css
<style>
span { border-color: #467E87; }
span { border-color: rgb(70,126,135); }
td.TdClassName
{
border-color: #467E87;
}
.TagClassName
{
border-color: #467E87;
}
</style>