Shades of Paradiso #467C82
Tints of Paradiso #467C82
RGB
CMYK
RGB Variations
Color information
#467C82 (or 0x467C82) is known color: Paradiso. HEX triplet: 46, 7C and 82. RGB value is (70,124,130). Sum of RGB (Red+Green+Blue) = 70+124+130=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #467C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467C82 is #B9837D. Grayscale: #6C6C6C. Windows color (decimal): -12157822 or 8551494. OLE color: 8551494.
HSL color Cylindrical-coordinate representation of color #467C82: hue angle of 186º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #467C82 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 124 | 130 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.49 |
| HSL | 186º | 0.3% | 0.39% | - |
| HSV(B) | 186º | 0.46% | 0.51% | - |
| XYZ | 13.76 | 17.33 | 23.74 | - |
| YUV | 108.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 130 | 0.46 | 0.05 | 0 | 0.49 | 186 | 0.3 | 0.39 |
| Hex | 46 | 7C | 82 | 2E | 5 | 0 | 31 | BA | 1E | 27 |
| Octal | 106 | 174 | 202 | 56 | 5 | 0 | 61 | 272 | 36 | 47 |
| Binary | 1000110 | 1111100 | 10000010 | 101110 | 101 | 0 | 110001 | 10111010 | 11110 | 100111 |
Color Harmonies of #467C82
Complementary color
Monochromatic Colors of #467C82
Black with #467C82
Text Example
Text Example
White with #467C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467C82; }
p { color: rgb(70,124,130); }
H1.HeaderClassName
{
color: #467C82;
}
.AnyTagClassName
{
color: #467C82;
}
</style>
background-color css
<style>
a { background-color: #467C82; }
a { background-color: rgb(70,124,130); }
div.DivClassName
{
background-color: #467C82;
}
.BgClassName
{
background-color: #467C82;
}
</style>
border-color css
<style>
span { border-color: #467C82; }
span { border-color: rgb(70,124,130); }
td.TdClassName
{
border-color: #467C82;
}
.TagClassName
{
border-color: #467C82;
}
</style>