Shades of Paradiso #448486
Tints of Paradiso #448486
RGB
CMYK
RGB Variations
Color information
#448486 (or 0x448486) is known color: Paradiso. HEX triplet: 44, 84 and 86. RGB value is (68,132,134). Sum of RGB (Red+Green+Blue) = 68+132+134=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #448486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448486 is #BB7B79. Grayscale: #717171. Windows color (decimal): -12286842 or 8815684. OLE color: 8815684.
HSL color Cylindrical-coordinate representation of color #448486: hue angle of 181.82º 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 #448486 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 132 | 134 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.47 |
| HSL | 181.82º | 0.33% | 0.4% | - |
| HSV(B) | 181.82º | 0.49% | 0.53% | - |
| XYZ | 14.94 | 19.45 | 25.52 | - |
| YUV | 113.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 134 | 0.49 | 0.01 | 0 | 0.47 | 181.82 | 0.33 | 0.4 |
| Hex | 44 | 84 | 86 | 31 | 1 | 0 | 2F | B6 | 21 | 28 |
| Octal | 104 | 204 | 206 | 61 | 1 | 0 | 57 | 266 | 41 | 50 |
| Binary | 1000100 | 10000100 | 10000110 | 110001 | 1 | 0 | 101111 | 10110110 | 100001 | 101000 |
Color Harmonies of #448486
Complementary color
Monochromatic Colors of #448486
Black with #448486
Text Example
Text Example
White with #448486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448486; }
p { color: rgb(68,132,134); }
H1.HeaderClassName
{
color: #448486;
}
.AnyTagClassName
{
color: #448486;
}
</style>
background-color css
<style>
a { background-color: #448486; }
a { background-color: rgb(68,132,134); }
div.DivClassName
{
background-color: #448486;
}
.BgClassName
{
background-color: #448486;
}
</style>
border-color css
<style>
span { border-color: #448486; }
span { border-color: rgb(68,132,134); }
td.TdClassName
{
border-color: #448486;
}
.TagClassName
{
border-color: #448486;
}
</style>