Shades of Paradiso #427E86
Tints of Paradiso #427E86
RGB
CMYK
RGB Variations
Color information
#427E86 (or 0x427E86) is known color: Paradiso. HEX triplet: 42, 7E and 86. RGB value is (66,126,134). Sum of RGB (Red+Green+Blue) = 66+126+134=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #427E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427E86 is #BD8179. Grayscale: #6C6C6C. Windows color (decimal): -12419450 or 8814146. OLE color: 8814146.
HSL color Cylindrical-coordinate representation of color #427E86: hue angle of 187.06º 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 #427E86 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 126 | 134 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.47 |
| HSL | 187.06º | 0.34% | 0.39% | - |
| HSV(B) | 187.06º | 0.51% | 0.53% | - |
| XYZ | 14.01 | 17.8 | 25.25 | - |
| YUV | 108.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 134 | 0.51 | 0.06 | 0 | 0.47 | 187.06 | 0.34 | 0.39 |
| Hex | 42 | 7E | 86 | 33 | 6 | 0 | 2F | BB | 22 | 27 |
| Octal | 102 | 176 | 206 | 63 | 6 | 0 | 57 | 273 | 42 | 47 |
| Binary | 1000010 | 1111110 | 10000110 | 110011 | 110 | 0 | 101111 | 10111011 | 100010 | 100111 |
Color Harmonies of #427E86
Complementary color
Monochromatic Colors of #427E86
Black with #427E86
Text Example
Text Example
White with #427E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427E86; }
p { color: rgb(66,126,134); }
H1.HeaderClassName
{
color: #427E86;
}
.AnyTagClassName
{
color: #427E86;
}
</style>
background-color css
<style>
a { background-color: #427E86; }
a { background-color: rgb(66,126,134); }
div.DivClassName
{
background-color: #427E86;
}
.BgClassName
{
background-color: #427E86;
}
</style>
border-color css
<style>
span { border-color: #427E86; }
span { border-color: rgb(66,126,134); }
td.TdClassName
{
border-color: #427E86;
}
.TagClassName
{
border-color: #427E86;
}
</style>