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