Shades of Paradiso #468085
Tints of Paradiso #468085
RGB
CMYK
RGB Variations
Color information
#468085 (or 0x468085) is known color: Paradiso. HEX triplet: 46, 80 and 85. RGB value is (70,128,133). Sum of RGB (Red+Green+Blue) = 70+128+133=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #468085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468085 is #B97F7A. Grayscale: #6F6F6F. Windows color (decimal): -12156795 or 8749126. OLE color: 8749126.
HSL color Cylindrical-coordinate representation of color #468085: hue angle of 184.76º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468085 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 70 | 128 | 133 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.48 |
| HSL | 184.76º | 0.31% | 0.4% | - |
| HSV(B) | 184.76º | 0.47% | 0.52% | - |
| XYZ | 14.48 | 18.43 | 24.99 | - |
| YUV | 111.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 133 | 0.47 | 0.04 | 0 | 0.48 | 184.76 | 0.31 | 0.4 |
| Hex | 46 | 80 | 85 | 2F | 4 | 0 | 30 | B9 | 1F | 28 |
| Octal | 106 | 200 | 205 | 57 | 4 | 0 | 60 | 271 | 37 | 50 |
| Binary | 1000110 | 10000000 | 10000101 | 101111 | 100 | 0 | 110000 | 10111001 | 11111 | 101000 |
Color Harmonies of #468085
Complementary color
Monochromatic Colors of #468085
Black with #468085
Text Example
Text Example
White with #468085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468085; }
p { color: rgb(70,128,133); }
H1.HeaderClassName
{
color: #468085;
}
.AnyTagClassName
{
color: #468085;
}
</style>
background-color css
<style>
a { background-color: #468085; }
a { background-color: rgb(70,128,133); }
div.DivClassName
{
background-color: #468085;
}
.BgClassName
{
background-color: #468085;
}
</style>
border-color css
<style>
span { border-color: #468085; }
span { border-color: rgb(70,128,133); }
td.TdClassName
{
border-color: #468085;
}
.TagClassName
{
border-color: #468085;
}
</style>