Shades of Paradiso #448885
Tints of Paradiso #448885
RGB
CMYK
RGB Variations
Color information
#448885 (or 0x448885) is known color: Paradiso. HEX triplet: 44, 88 and 85. RGB value is (68,136,133). Sum of RGB (Red+Green+Blue) = 68+136+133=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #448885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448885 is #BB777A. Grayscale: #737373. Windows color (decimal): -12285819 or 8751172. OLE color: 8751172.
HSL color Cylindrical-coordinate representation of color #448885: hue angle of 177.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448885 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 136 | 133 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.47 |
| HSL | 177.35º | 0.33% | 0.4% | - |
| HSV(B) | 177.35º | 0.5% | 0.53% | - |
| XYZ | 15.42 | 20.53 | 25.34 | - |
| YUV | 115.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 136 | 133 | 0.50 | 0 | 0.02 | 0.47 | 177.35 | 0.33 | 0.4 |
| Hex | 44 | 88 | 85 | 32 | 0 | 2 | 2F | B1 | 21 | 28 |
| Octal | 104 | 210 | 205 | 62 | 0 | 2 | 57 | 261 | 41 | 50 |
| Binary | 1000100 | 10001000 | 10000101 | 110010 | 0 | 10 | 101111 | 10110001 | 100001 | 101000 |
Color Harmonies of #448885
Complementary color
Monochromatic Colors of #448885
Black with #448885
Text Example
Text Example
White with #448885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448885; }
p { color: rgb(68,136,133); }
H1.HeaderClassName
{
color: #448885;
}
.AnyTagClassName
{
color: #448885;
}
</style>
background-color css
<style>
a { background-color: #448885; }
a { background-color: rgb(68,136,133); }
div.DivClassName
{
background-color: #448885;
}
.BgClassName
{
background-color: #448885;
}
</style>
border-color css
<style>
span { border-color: #448885; }
span { border-color: rgb(68,136,133); }
td.TdClassName
{
border-color: #448885;
}
.TagClassName
{
border-color: #448885;
}
</style>