Shades of Paradiso #468682
Tints of Paradiso #468682
RGB
CMYK
RGB Variations
Color information
#468682 (or 0x468682) is known color: Paradiso. HEX triplet: 46, 86 and 82. RGB value is (70,134,130). Sum of RGB (Red+Green+Blue) = 70+134+130=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #468682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468682 is #B9797D. Grayscale: #727272. Windows color (decimal): -12155262 or 8554054. OLE color: 8554054.
HSL color Cylindrical-coordinate representation of color #468682: hue angle of 176.25º degrees, saturation: 0.31, 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 #468682 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 130 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.47 |
| HSL | 176.25º | 0.31% | 0.4% | - |
| HSV(B) | 176.25º | 0.48% | 0.53% | - |
| XYZ | 15.08 | 19.96 | 24.18 | - |
| YUV | 114.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 130 | 0.48 | 0 | 0.03 | 0.47 | 176.25 | 0.31 | 0.4 |
| Hex | 46 | 86 | 82 | 30 | 0 | 3 | 2F | B0 | 1F | 28 |
| Octal | 106 | 206 | 202 | 60 | 0 | 3 | 57 | 260 | 37 | 50 |
| Binary | 1000110 | 10000110 | 10000010 | 110000 | 0 | 11 | 101111 | 10110000 | 11111 | 101000 |
Color Harmonies of #468682
Complementary color
Monochromatic Colors of #468682
Black with #468682
Text Example
Text Example
White with #468682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468682; }
p { color: rgb(70,134,130); }
H1.HeaderClassName
{
color: #468682;
}
.AnyTagClassName
{
color: #468682;
}
</style>
background-color css
<style>
a { background-color: #468682; }
a { background-color: rgb(70,134,130); }
div.DivClassName
{
background-color: #468682;
}
.BgClassName
{
background-color: #468682;
}
</style>
border-color css
<style>
span { border-color: #468682; }
span { border-color: rgb(70,134,130); }
td.TdClassName
{
border-color: #468682;
}
.TagClassName
{
border-color: #468682;
}
</style>