Shades of Paradiso #448185
Tints of Paradiso #448185
RGB
CMYK
RGB Variations
Color information
#448185 (or 0x448185) is known color: Paradiso. HEX triplet: 44, 81 and 85. RGB value is (68,129,133). Sum of RGB (Red+Green+Blue) = 68+129+133=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #448185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448185 is #BB7E7A. Grayscale: #6F6F6F. Windows color (decimal): -12287611 or 8749380. OLE color: 8749380.
HSL color Cylindrical-coordinate representation of color #448185: hue angle of 183.69º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448185 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 129 | 133 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.48 |
| HSL | 183.69º | 0.32% | 0.39% | - |
| HSV(B) | 183.69º | 0.49% | 0.52% | - |
| XYZ | 14.47 | 18.62 | 25.02 | - |
| YUV | 111.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 129 | 133 | 0.49 | 0.03 | 0 | 0.48 | 183.69 | 0.32 | 0.39 |
| Hex | 44 | 81 | 85 | 31 | 3 | 0 | 30 | B8 | 20 | 27 |
| Octal | 104 | 201 | 205 | 61 | 3 | 0 | 60 | 270 | 40 | 47 |
| Binary | 1000100 | 10000001 | 10000101 | 110001 | 11 | 0 | 110000 | 10111000 | 100000 | 100111 |
Color Harmonies of #448185
Complementary color
Monochromatic Colors of #448185
Black with #448185
Text Example
Text Example
White with #448185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448185; }
p { color: rgb(68,129,133); }
H1.HeaderClassName
{
color: #448185;
}
.AnyTagClassName
{
color: #448185;
}
</style>
background-color css
<style>
a { background-color: #448185; }
a { background-color: rgb(68,129,133); }
div.DivClassName
{
background-color: #448185;
}
.BgClassName
{
background-color: #448185;
}
</style>
border-color css
<style>
span { border-color: #448185; }
span { border-color: rgb(68,129,133); }
td.TdClassName
{
border-color: #448185;
}
.TagClassName
{
border-color: #448185;
}
</style>