Shades of Paradiso #41848D
Tints of Paradiso #41848D
RGB
CMYK
RGB Variations
Color information
#41848D (or 0x41848D) is known color: Paradiso. HEX triplet: 41, 84 and 8D. RGB value is (65,132,141). Sum of RGB (Red+Green+Blue) = 65+132+141=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 132 (51.95% from 255 or 39.05% 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 #41848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41848D is #BE7B72. Grayscale: #707070. Windows color (decimal): -12483443 or 9274433. OLE color: 9274433.
HSL color Cylindrical-coordinate representation of color #41848D: hue angle of 187.11º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41848D is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 132 | 141 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.45 |
| HSL | 187.11º | 0.37% | 0.4% | - |
| HSV(B) | 187.11º | 0.54% | 0.55% | - |
| XYZ | 15.24 | 19.55 | 28.17 | - |
| YUV | 112.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 141 | 0.54 | 0.06 | 0 | 0.45 | 187.11 | 0.37 | 0.4 |
| Hex | 41 | 84 | 8D | 36 | 6 | 0 | 2D | BB | 25 | 28 |
| Octal | 101 | 204 | 215 | 66 | 6 | 0 | 55 | 273 | 45 | 50 |
| Binary | 1000001 | 10000100 | 10001101 | 110110 | 110 | 0 | 101101 | 10111011 | 100101 | 101000 |
Color Harmonies of #41848D
Complementary color
Monochromatic Colors of #41848D
Black with #41848D
Text Example
Text Example
White with #41848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41848D; }
p { color: rgb(65,132,141); }
H1.HeaderClassName
{
color: #41848D;
}
.AnyTagClassName
{
color: #41848D;
}
</style>
background-color css
<style>
a { background-color: #41848D; }
a { background-color: rgb(65,132,141); }
div.DivClassName
{
background-color: #41848D;
}
.BgClassName
{
background-color: #41848D;
}
</style>
border-color css
<style>
span { border-color: #41848D; }
span { border-color: rgb(65,132,141); }
td.TdClassName
{
border-color: #41848D;
}
.TagClassName
{
border-color: #41848D;
}
</style>