Shades of Paradiso #44868E
Tints of Paradiso #44868E
RGB
CMYK
RGB Variations
Color information
#44868E (or 0x44868E) is known color: Paradiso. HEX triplet: 44, 86 and 8E. RGB value is (68,134,142). Sum of RGB (Red+Green+Blue) = 68+134+142=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #44868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44868E is #BB7971. Grayscale: #737373. Windows color (decimal): -12286322 or 9340484. OLE color: 9340484.
HSL color Cylindrical-coordinate representation of color #44868E: hue angle of 186.49º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44868E is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 134 | 142 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.44 |
| HSL | 186.49º | 0.35% | 0.41% | - |
| HSV(B) | 186.49º | 0.52% | 0.56% | - |
| XYZ | 15.79 | 20.23 | 28.66 | - |
| YUV | 115.18 | 143.13 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 142 | 0.52 | 0.06 | 0 | 0.44 | 186.49 | 0.35 | 0.41 |
| Hex | 44 | 86 | 8E | 34 | 6 | 0 | 2C | BA | 23 | 29 |
| Octal | 104 | 206 | 216 | 64 | 6 | 0 | 54 | 272 | 43 | 51 |
| Binary | 1000100 | 10000110 | 10001110 | 110100 | 110 | 0 | 101100 | 10111010 | 100011 | 101001 |
Color Harmonies of #44868E
Complementary color
Monochromatic Colors of #44868E
Black with #44868E
Text Example
Text Example
White with #44868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44868E; }
p { color: rgb(68,134,142); }
H1.HeaderClassName
{
color: #44868E;
}
.AnyTagClassName
{
color: #44868E;
}
</style>
background-color css
<style>
a { background-color: #44868E; }
a { background-color: rgb(68,134,142); }
div.DivClassName
{
background-color: #44868E;
}
.BgClassName
{
background-color: #44868E;
}
</style>
border-color css
<style>
span { border-color: #44868E; }
span { border-color: rgb(68,134,142); }
td.TdClassName
{
border-color: #44868E;
}
.TagClassName
{
border-color: #44868E;
}
</style>