Shades of Paradiso #447E83
Tints of Paradiso #447E83
RGB
CMYK
RGB Variations
Color information
#447E83 (or 0x447E83) is known color: Paradiso. HEX triplet: 44, 7E and 83. RGB value is (68,126,131). Sum of RGB (Red+Green+Blue) = 68+126+131=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #447E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447E83 is #BB817C. Grayscale: #6D6D6D. Windows color (decimal): -12288381 or 8617540. OLE color: 8617540.
HSL color Cylindrical-coordinate representation of color #447E83: hue angle of 184.76º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #447E83 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 126 | 131 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.49 |
| HSL | 184.76º | 0.32% | 0.39% | - |
| HSV(B) | 184.76º | 0.48% | 0.51% | - |
| XYZ | 13.94 | 17.79 | 24.17 | - |
| YUV | 109.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 126 | 131 | 0.48 | 0.04 | 0 | 0.49 | 184.76 | 0.32 | 0.39 |
| Hex | 44 | 7E | 83 | 30 | 4 | 0 | 31 | B9 | 20 | 27 |
| Octal | 104 | 176 | 203 | 60 | 4 | 0 | 61 | 271 | 40 | 47 |
| Binary | 1000100 | 1111110 | 10000011 | 110000 | 100 | 0 | 110001 | 10111001 | 100000 | 100111 |
Color Harmonies of #447E83
Complementary color
Monochromatic Colors of #447E83
Black with #447E83
Text Example
Text Example
White with #447E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447E83; }
p { color: rgb(68,126,131); }
H1.HeaderClassName
{
color: #447E83;
}
.AnyTagClassName
{
color: #447E83;
}
</style>
background-color css
<style>
a { background-color: #447E83; }
a { background-color: rgb(68,126,131); }
div.DivClassName
{
background-color: #447E83;
}
.BgClassName
{
background-color: #447E83;
}
</style>
border-color css
<style>
span { border-color: #447E83; }
span { border-color: rgb(68,126,131); }
td.TdClassName
{
border-color: #447E83;
}
.TagClassName
{
border-color: #447E83;
}
</style>