Shades of Paradiso #427C86
Tints of Paradiso #427C86
RGB
CMYK
RGB Variations
Color information
#427C86 (or 0x427C86) is known color: Paradiso. HEX triplet: 42, 7C and 86. RGB value is (66,124,134). Sum of RGB (Red+Green+Blue) = 66+124+134=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 134 - color contains mainly: blue. Hex color #427C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427C86 is #BD8379. Grayscale: #6B6B6B. Windows color (decimal): -12419962 or 8813634. OLE color: 8813634.
HSL color Cylindrical-coordinate representation of color #427C86: hue angle of 188.82º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #427C86 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 124 | 134 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.47 |
| HSL | 188.82º | 0.34% | 0.39% | - |
| HSV(B) | 188.82º | 0.51% | 0.53% | - |
| XYZ | 13.76 | 17.29 | 25.17 | - |
| YUV | 107.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 134 | 0.51 | 0.07 | 0 | 0.47 | 188.82 | 0.34 | 0.39 |
| Hex | 42 | 7C | 86 | 33 | 7 | 0 | 2F | BD | 22 | 27 |
| Octal | 102 | 174 | 206 | 63 | 7 | 0 | 57 | 275 | 42 | 47 |
| Binary | 1000010 | 1111100 | 10000110 | 110011 | 111 | 0 | 101111 | 10111101 | 100010 | 100111 |
Color Harmonies of #427C86
Complementary color
Monochromatic Colors of #427C86
Black with #427C86
Text Example
Text Example
White with #427C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427C86; }
p { color: rgb(66,124,134); }
H1.HeaderClassName
{
color: #427C86;
}
.AnyTagClassName
{
color: #427C86;
}
</style>
background-color css
<style>
a { background-color: #427C86; }
a { background-color: rgb(66,124,134); }
div.DivClassName
{
background-color: #427C86;
}
.BgClassName
{
background-color: #427C86;
}
</style>
border-color css
<style>
span { border-color: #427C86; }
span { border-color: rgb(66,124,134); }
td.TdClassName
{
border-color: #427C86;
}
.TagClassName
{
border-color: #427C86;
}
</style>