Shades of Paradiso #447E89
Tints of Paradiso #447E89
RGB
CMYK
RGB Variations
Color information
#447E89 (or 0x447E89) is known color: Paradiso. HEX triplet: 44, 7E and 89. RGB value is (68,126,137). Sum of RGB (Red+Green+Blue) = 68+126+137=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #447E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447E89 is #BB8176. Grayscale: #6D6D6D. Windows color (decimal): -12288375 or 9010756. OLE color: 9010756.
HSL color Cylindrical-coordinate representation of color #447E89: hue angle of 189.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #447E89 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 126 | 137 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.46 |
| HSL | 189.57º | 0.34% | 0.4% | - |
| HSV(B) | 189.57º | 0.5% | 0.54% | - |
| XYZ | 14.36 | 17.96 | 26.38 | - |
| YUV | 109.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 137 | 0.50 | 0.08 | 0 | 0.46 | 189.57 | 0.34 | 0.4 |
| Hex | 44 | 7E | 89 | 32 | 8 | 0 | 2E | BE | 22 | 28 |
| Octal | 104 | 176 | 211 | 62 | 10 | 0 | 56 | 276 | 42 | 50 |
| Binary | 1000100 | 1111110 | 10001001 | 110010 | 1000 | 0 | 101110 | 10111110 | 100010 | 101000 |
Color Harmonies of #447E89
Complementary color
Monochromatic Colors of #447E89
Black with #447E89
Text Example
Text Example
White with #447E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E89; }
p { color: rgb(68,126,137); }
H1.HeaderClassName
{
color: #447E89;
}
.AnyTagClassName
{
color: #447E89;
}
</style>
background-color css
<style>
a { background-color: #447E89; }
a { background-color: rgb(68,126,137); }
div.DivClassName
{
background-color: #447E89;
}
.BgClassName
{
background-color: #447E89;
}
</style>
border-color css
<style>
span { border-color: #447E89; }
span { border-color: rgb(68,126,137); }
td.TdClassName
{
border-color: #447E89;
}
.TagClassName
{
border-color: #447E89;
}
</style>