Shades of Paradiso #468288
Tints of Paradiso #468288
RGB
CMYK
RGB Variations
Color information
#468288 (or 0x468288) is known color: Paradiso. HEX triplet: 46, 82 and 88. RGB value is (70,130,136). Sum of RGB (Red+Green+Blue) = 70+130+136=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #468288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468288 is #B97D77. Grayscale: #707070. Windows color (decimal): -12156280 or 8946246. OLE color: 8946246.
HSL color Cylindrical-coordinate representation of color #468288: hue angle of 185.45º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468288 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 130 | 136 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.47 |
| HSL | 185.45º | 0.32% | 0.4% | - |
| HSV(B) | 185.45º | 0.49% | 0.53% | - |
| XYZ | 14.95 | 19.04 | 26.18 | - |
| YUV | 112.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 136 | 0.49 | 0.04 | 0 | 0.47 | 185.45 | 0.32 | 0.4 |
| Hex | 46 | 82 | 88 | 31 | 4 | 0 | 2F | B9 | 20 | 28 |
| Octal | 106 | 202 | 210 | 61 | 4 | 0 | 57 | 271 | 40 | 50 |
| Binary | 1000110 | 10000010 | 10001000 | 110001 | 100 | 0 | 101111 | 10111001 | 100000 | 101000 |
Color Harmonies of #468288
Complementary color
Monochromatic Colors of #468288
Black with #468288
Text Example
Text Example
White with #468288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468288; }
p { color: rgb(70,130,136); }
H1.HeaderClassName
{
color: #468288;
}
.AnyTagClassName
{
color: #468288;
}
</style>
background-color css
<style>
a { background-color: #468288; }
a { background-color: rgb(70,130,136); }
div.DivClassName
{
background-color: #468288;
}
.BgClassName
{
background-color: #468288;
}
</style>
border-color css
<style>
span { border-color: #468288; }
span { border-color: rgb(70,130,136); }
td.TdClassName
{
border-color: #468288;
}
.TagClassName
{
border-color: #468288;
}
</style>