Shades of Paradiso #467D88
Tints of Paradiso #467D88
RGB
CMYK
RGB Variations
Color information
#467D88 (or 0x467D88) is known color: Paradiso. HEX triplet: 46, 7D and 88. RGB value is (70,125,136). Sum of RGB (Red+Green+Blue) = 70+125+136=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #467D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467D88 is #B98277. Grayscale: #6D6D6D. Windows color (decimal): -12157560 or 8944966. OLE color: 8944966.
HSL color Cylindrical-coordinate representation of color #467D88: hue angle of 190º 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 #467D88 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 125 | 136 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.47 |
| HSL | 190º | 0.32% | 0.4% | - |
| HSV(B) | 190º | 0.49% | 0.53% | - |
| XYZ | 14.3 | 17.75 | 25.96 | - |
| YUV | 109.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 136 | 0.49 | 0.08 | 0 | 0.47 | 190 | 0.32 | 0.4 |
| Hex | 46 | 7D | 88 | 31 | 8 | 0 | 2F | BE | 20 | 28 |
| Octal | 106 | 175 | 210 | 61 | 10 | 0 | 57 | 276 | 40 | 50 |
| Binary | 1000110 | 1111101 | 10001000 | 110001 | 1000 | 0 | 101111 | 10111110 | 100000 | 101000 |
Color Harmonies of #467D88
Complementary color
Monochromatic Colors of #467D88
Black with #467D88
Text Example
Text Example
White with #467D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467D88; }
p { color: rgb(70,125,136); }
H1.HeaderClassName
{
color: #467D88;
}
.AnyTagClassName
{
color: #467D88;
}
</style>
background-color css
<style>
a { background-color: #467D88; }
a { background-color: rgb(70,125,136); }
div.DivClassName
{
background-color: #467D88;
}
.BgClassName
{
background-color: #467D88;
}
</style>
border-color css
<style>
span { border-color: #467D88; }
span { border-color: rgb(70,125,136); }
td.TdClassName
{
border-color: #467D88;
}
.TagClassName
{
border-color: #467D88;
}
</style>