Shades of Paradiso #44818D
Tints of Paradiso #44818D
RGB
CMYK
RGB Variations
Color information
#44818D (or 0x44818D) is known color: Paradiso. HEX triplet: 44, 81 and 8D. RGB value is (68,129,141). Sum of RGB (Red+Green+Blue) = 68+129+141=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #44818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44818D is #BB7E72. Grayscale: #707070. Windows color (decimal): -12287603 or 9273668. OLE color: 9273668.
HSL color Cylindrical-coordinate representation of color #44818D: hue angle of 189.86º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44818D is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 129 | 141 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.45 |
| HSL | 189.86º | 0.35% | 0.41% | - |
| HSV(B) | 189.86º | 0.52% | 0.55% | - |
| XYZ | 15.04 | 18.85 | 28.05 | - |
| YUV | 112.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 141 | 0.52 | 0.09 | 0 | 0.45 | 189.86 | 0.35 | 0.41 |
| Hex | 44 | 81 | 8D | 34 | 9 | 0 | 2D | BE | 23 | 29 |
| Octal | 104 | 201 | 215 | 64 | 11 | 0 | 55 | 276 | 43 | 51 |
| Binary | 1000100 | 10000001 | 10001101 | 110100 | 1001 | 0 | 101101 | 10111110 | 100011 | 101001 |
Color Harmonies of #44818D
Complementary color
Monochromatic Colors of #44818D
Black with #44818D
Text Example
Text Example
White with #44818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44818D; }
p { color: rgb(68,129,141); }
H1.HeaderClassName
{
color: #44818D;
}
.AnyTagClassName
{
color: #44818D;
}
</style>
background-color css
<style>
a { background-color: #44818D; }
a { background-color: rgb(68,129,141); }
div.DivClassName
{
background-color: #44818D;
}
.BgClassName
{
background-color: #44818D;
}
</style>
border-color css
<style>
span { border-color: #44818D; }
span { border-color: rgb(68,129,141); }
td.TdClassName
{
border-color: #44818D;
}
.TagClassName
{
border-color: #44818D;
}
</style>