Shades of Paradiso #44817D
Tints of Paradiso #44817D
RGB
CMYK
RGB Variations
Color information
#44817D (or 0x44817D) is known color: Paradiso. HEX triplet: 44, 81 and 7D. RGB value is (68,129,125). Sum of RGB (Red+Green+Blue) = 68+129+125=322 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.12% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #44817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44817D is #BB7E82. Grayscale: #6E6E6E. Windows color (decimal): -12287619 or 8225092. OLE color: 8225092.
HSL color Cylindrical-coordinate representation of color #44817D: hue angle of 176.07º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44817D is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 129 | 125 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.49 |
| HSL | 176.07º | 0.31% | 0.39% | - |
| HSV(B) | 176.07º | 0.47% | 0.51% | - |
| XYZ | 13.94 | 18.41 | 22.22 | - |
| YUV | 110.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 125 | 0.47 | 0 | 0.03 | 0.49 | 176.07 | 0.31 | 0.39 |
| Hex | 44 | 81 | 7D | 2F | 0 | 3 | 31 | B0 | 1F | 27 |
| Octal | 104 | 201 | 175 | 57 | 0 | 3 | 61 | 260 | 37 | 47 |
| Binary | 1000100 | 10000001 | 1111101 | 101111 | 0 | 11 | 110001 | 10110000 | 11111 | 100111 |
Color Harmonies of #44817D
Complementary color
Monochromatic Colors of #44817D
Black with #44817D
Text Example
Text Example
White with #44817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44817D; }
p { color: rgb(68,129,125); }
H1.HeaderClassName
{
color: #44817D;
}
.AnyTagClassName
{
color: #44817D;
}
</style>
background-color css
<style>
a { background-color: #44817D; }
a { background-color: rgb(68,129,125); }
div.DivClassName
{
background-color: #44817D;
}
.BgClassName
{
background-color: #44817D;
}
</style>
border-color css
<style>
span { border-color: #44817D; }
span { border-color: rgb(68,129,125); }
td.TdClassName
{
border-color: #44817D;
}
.TagClassName
{
border-color: #44817D;
}
</style>