Shades of Paradiso #447E86
Tints of Paradiso #447E86
RGB
CMYK
RGB Variations
Color information
#447E86 (or 0x447E86) is known color: Paradiso. HEX triplet: 44, 7E and 86. RGB value is (68,126,134). Sum of RGB (Red+Green+Blue) = 68+126+134=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #447E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447E86 is #BB8179. Grayscale: #6D6D6D. Windows color (decimal): -12288378 or 8814148. OLE color: 8814148.
HSL color Cylindrical-coordinate representation of color #447E86: hue angle of 187.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #447E86 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 126 | 134 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.47 |
| HSL | 187.27º | 0.33% | 0.4% | - |
| HSV(B) | 187.27º | 0.49% | 0.53% | - |
| XYZ | 14.15 | 17.87 | 25.26 | - |
| YUV | 109.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 134 | 0.49 | 0.06 | 0 | 0.47 | 187.27 | 0.33 | 0.4 |
| Hex | 44 | 7E | 86 | 31 | 6 | 0 | 2F | BB | 21 | 28 |
| Octal | 104 | 176 | 206 | 61 | 6 | 0 | 57 | 273 | 41 | 50 |
| Binary | 1000100 | 1111110 | 10000110 | 110001 | 110 | 0 | 101111 | 10111011 | 100001 | 101000 |
Color Harmonies of #447E86
Complementary color
Monochromatic Colors of #447E86
Black with #447E86
Text Example
Text Example
White with #447E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E86; }
p { color: rgb(68,126,134); }
H1.HeaderClassName
{
color: #447E86;
}
.AnyTagClassName
{
color: #447E86;
}
</style>
background-color css
<style>
a { background-color: #447E86; }
a { background-color: rgb(68,126,134); }
div.DivClassName
{
background-color: #447E86;
}
.BgClassName
{
background-color: #447E86;
}
</style>
border-color css
<style>
span { border-color: #447E86; }
span { border-color: rgb(68,126,134); }
td.TdClassName
{
border-color: #447E86;
}
.TagClassName
{
border-color: #447E86;
}
</style>