Shades of Paradiso #448686
Tints of Paradiso #448686
RGB
CMYK
RGB Variations
Color information
#448686 (or 0x448686) is known color: Paradiso. HEX triplet: 44, 86 and 86. RGB value is (68,134,134). Sum of RGB (Red+Green+Blue) = 68+134+134=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #448686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448686 is #BB7979. Grayscale: #727272. Windows color (decimal): -12286330 or 8816196. OLE color: 8816196.
HSL color Cylindrical-coordinate representation of color #448686: hue angle of 180º 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 #448686 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 134 | 134 | - |
| CMYK | 0.49 | 0 | 0 | 0.47 |
| HSL | 180º | 0.33% | 0.4% | - |
| HSV(B) | 180º | 0.49% | 0.53% | - |
| XYZ | 15.21 | 20 | 25.61 | - |
| YUV | 114.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 134 | 0.49 | 0 | 0 | 0.47 | 180 | 0.33 | 0.4 |
| Hex | 44 | 86 | 86 | 31 | 0 | 0 | 2F | B4 | 21 | 28 |
| Octal | 104 | 206 | 206 | 61 | 0 | 0 | 57 | 264 | 41 | 50 |
| Binary | 1000100 | 10000110 | 10000110 | 110001 | 0 | 0 | 101111 | 10110100 | 100001 | 101000 |
Color Harmonies of #448686
Complementary color
Monochromatic Colors of #448686
Black with #448686
Text Example
Text Example
White with #448686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448686; }
p { color: rgb(68,134,134); }
H1.HeaderClassName
{
color: #448686;
}
.AnyTagClassName
{
color: #448686;
}
</style>
background-color css
<style>
a { background-color: #448686; }
a { background-color: rgb(68,134,134); }
div.DivClassName
{
background-color: #448686;
}
.BgClassName
{
background-color: #448686;
}
</style>
border-color css
<style>
span { border-color: #448686; }
span { border-color: rgb(68,134,134); }
td.TdClassName
{
border-color: #448686;
}
.TagClassName
{
border-color: #448686;
}
</style>