Shades of Paradiso #427E89
Tints of Paradiso #427E89
RGB
CMYK
RGB Variations
Color information
#427E89 (or 0x427E89) is known color: Paradiso. HEX triplet: 42, 7E and 89. RGB value is (66,126,137). Sum of RGB (Red+Green+Blue) = 66+126+137=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #427E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427E89 is #BD8176. Grayscale: #6D6D6D. Windows color (decimal): -12419447 or 9010754. OLE color: 9010754.
HSL color Cylindrical-coordinate representation of color #427E89: hue angle of 189.3º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #427E89 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 126 | 137 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.46 |
| HSL | 189.3º | 0.35% | 0.4% | - |
| HSV(B) | 189.3º | 0.52% | 0.54% | - |
| XYZ | 14.22 | 17.89 | 26.37 | - |
| YUV | 109.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 137 | 0.52 | 0.08 | 0 | 0.46 | 189.3 | 0.35 | 0.4 |
| Hex | 42 | 7E | 89 | 34 | 8 | 0 | 2E | BD | 23 | 28 |
| Octal | 102 | 176 | 211 | 64 | 10 | 0 | 56 | 275 | 43 | 50 |
| Binary | 1000010 | 1111110 | 10001001 | 110100 | 1000 | 0 | 101110 | 10111101 | 100011 | 101000 |
Color Harmonies of #427E89
Complementary color
Monochromatic Colors of #427E89
Black with #427E89
Text Example
Text Example
White with #427E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427E89; }
p { color: rgb(66,126,137); }
H1.HeaderClassName
{
color: #427E89;
}
.AnyTagClassName
{
color: #427E89;
}
</style>
background-color css
<style>
a { background-color: #427E89; }
a { background-color: rgb(66,126,137); }
div.DivClassName
{
background-color: #427E89;
}
.BgClassName
{
background-color: #427E89;
}
</style>
border-color css
<style>
span { border-color: #427E89; }
span { border-color: rgb(66,126,137); }
td.TdClassName
{
border-color: #427E89;
}
.TagClassName
{
border-color: #427E89;
}
</style>