Shades of Paradiso #467F80
Tints of Paradiso #467F80
RGB
CMYK
RGB Variations
Color information
#467F80 (or 0x467F80) is known color: Paradiso. HEX triplet: 46, 7F and 80. RGB value is (70,127,128). Sum of RGB (Red+Green+Blue) = 70+127+128=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #467F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F80 is #B9807F. Grayscale: #6E6E6E. Windows color (decimal): -12157056 or 8421190. OLE color: 8421190.
HSL color Cylindrical-coordinate representation of color #467F80: hue angle of 181.03º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F80 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 127 | 128 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.50 |
| HSL | 181.03º | 0.29% | 0.39% | - |
| HSV(B) | 181.03º | 0.45% | 0.5% | - |
| XYZ | 14.01 | 18.04 | 23.17 | - |
| YUV | 110.07 | 138.12 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 128 | 0.45 | 0.01 | 0 | 0.50 | 181.03 | 0.29 | 0.39 |
| Hex | 46 | 7F | 80 | 2D | 1 | 0 | 32 | B5 | 1D | 27 |
| Octal | 106 | 177 | 200 | 55 | 1 | 0 | 62 | 265 | 35 | 47 |
| Binary | 1000110 | 1111111 | 10000000 | 101101 | 1 | 0 | 110010 | 10110101 | 11101 | 100111 |
Color Harmonies of #467F80
Complementary color
Monochromatic Colors of #467F80
Black with #467F80
Text Example
Text Example
White with #467F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467F80; }
p { color: rgb(70,127,128); }
H1.HeaderClassName
{
color: #467F80;
}
.AnyTagClassName
{
color: #467F80;
}
</style>
background-color css
<style>
a { background-color: #467F80; }
a { background-color: rgb(70,127,128); }
div.DivClassName
{
background-color: #467F80;
}
.BgClassName
{
background-color: #467F80;
}
</style>
border-color css
<style>
span { border-color: #467F80; }
span { border-color: rgb(70,127,128); }
td.TdClassName
{
border-color: #467F80;
}
.TagClassName
{
border-color: #467F80;
}
</style>