Shades of Paradiso #44848D
Tints of Paradiso #44848D
RGB
CMYK
RGB Variations
Color information
#44848D (or 0x44848D) is known color: Paradiso. HEX triplet: 44, 84 and 8D. RGB value is (68,132,141). Sum of RGB (Red+Green+Blue) = 68+132+141=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #44848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44848D is #BB7B72. Grayscale: #717171. Windows color (decimal): -12286835 or 9274436. OLE color: 9274436.
HSL color Cylindrical-coordinate representation of color #44848D: hue angle of 187.4º 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 #44848D is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 132 | 141 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.45 |
| HSL | 187.4º | 0.35% | 0.41% | - |
| HSV(B) | 187.4º | 0.52% | 0.55% | - |
| XYZ | 15.44 | 19.65 | 28.18 | - |
| YUV | 113.89 | 143.3 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 141 | 0.52 | 0.06 | 0 | 0.45 | 187.4 | 0.35 | 0.41 |
| Hex | 44 | 84 | 8D | 34 | 6 | 0 | 2D | BB | 23 | 29 |
| Octal | 104 | 204 | 215 | 64 | 6 | 0 | 55 | 273 | 43 | 51 |
| Binary | 1000100 | 10000100 | 10001101 | 110100 | 110 | 0 | 101101 | 10111011 | 100011 | 101001 |
Color Harmonies of #44848D
Complementary color
Monochromatic Colors of #44848D
Black with #44848D
Text Example
Text Example
White with #44848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44848D; }
p { color: rgb(68,132,141); }
H1.HeaderClassName
{
color: #44848D;
}
.AnyTagClassName
{
color: #44848D;
}
</style>
background-color css
<style>
a { background-color: #44848D; }
a { background-color: rgb(68,132,141); }
div.DivClassName
{
background-color: #44848D;
}
.BgClassName
{
background-color: #44848D;
}
</style>
border-color css
<style>
span { border-color: #44848D; }
span { border-color: rgb(68,132,141); }
td.TdClassName
{
border-color: #44848D;
}
.TagClassName
{
border-color: #44848D;
}
</style>