Shades of Paradiso #447B80
Tints of Paradiso #447B80
RGB
CMYK
RGB Variations
Color information
#447B80 (or 0x447B80) is known color: Paradiso. HEX triplet: 44, 7B and 80. RGB value is (68,123,128). Sum of RGB (Red+Green+Blue) = 68+123+128=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #447B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447B80 is #BB847F. Grayscale: #6B6B6B. Windows color (decimal): -12289152 or 8420164. OLE color: 8420164.
HSL color Cylindrical-coordinate representation of color #447B80: hue angle of 185º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #447B80 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 123 | 128 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.50 |
| HSL | 185º | 0.31% | 0.38% | - |
| HSV(B) | 185º | 0.47% | 0.5% | - |
| XYZ | 13.36 | 16.95 | 22.99 | - |
| YUV | 107.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 128 | 0.47 | 0.04 | 0 | 0.50 | 185 | 0.31 | 0.38 |
| Hex | 44 | 7B | 80 | 2F | 4 | 0 | 32 | B9 | 1F | 26 |
| Octal | 104 | 173 | 200 | 57 | 4 | 0 | 62 | 271 | 37 | 46 |
| Binary | 1000100 | 1111011 | 10000000 | 101111 | 100 | 0 | 110010 | 10111001 | 11111 | 100110 |
Color Harmonies of #447B80
Complementary color
Monochromatic Colors of #447B80
Black with #447B80
Text Example
Text Example
White with #447B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447B80; }
p { color: rgb(68,123,128); }
H1.HeaderClassName
{
color: #447B80;
}
.AnyTagClassName
{
color: #447B80;
}
</style>
background-color css
<style>
a { background-color: #447B80; }
a { background-color: rgb(68,123,128); }
div.DivClassName
{
background-color: #447B80;
}
.BgClassName
{
background-color: #447B80;
}
</style>
border-color css
<style>
span { border-color: #447B80; }
span { border-color: rgb(68,123,128); }
td.TdClassName
{
border-color: #447B80;
}
.TagClassName
{
border-color: #447B80;
}
</style>