Shades of Paradiso #417B86
Tints of Paradiso #417B86
RGB
CMYK
RGB Variations
Color information
#417B86 (or 0x417B86) is known color: Paradiso. HEX triplet: 41, 7B and 86. RGB value is (65,123,134). Sum of RGB (Red+Green+Blue) = 65+123+134=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 134 - color contains mainly: blue. Hex color #417B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417B86 is #BE8479. Grayscale: #6A6A6A. Windows color (decimal): -12485754 or 8813377. OLE color: 8813377.
HSL color Cylindrical-coordinate representation of color #417B86: hue angle of 189.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417B86 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 123 | 134 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.47 |
| HSL | 189.57º | 0.35% | 0.39% | - |
| HSV(B) | 189.57º | 0.51% | 0.53% | - |
| XYZ | 13.57 | 17.01 | 25.12 | - |
| YUV | 106.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 134 | 0.51 | 0.08 | 0 | 0.47 | 189.57 | 0.35 | 0.39 |
| Hex | 41 | 7B | 86 | 33 | 8 | 0 | 2F | BE | 23 | 27 |
| Octal | 101 | 173 | 206 | 63 | 10 | 0 | 57 | 276 | 43 | 47 |
| Binary | 1000001 | 1111011 | 10000110 | 110011 | 1000 | 0 | 101111 | 10111110 | 100011 | 100111 |
Color Harmonies of #417B86
Complementary color
Monochromatic Colors of #417B86
Black with #417B86
Text Example
Text Example
White with #417B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417B86; }
p { color: rgb(65,123,134); }
H1.HeaderClassName
{
color: #417B86;
}
.AnyTagClassName
{
color: #417B86;
}
</style>
background-color css
<style>
a { background-color: #417B86; }
a { background-color: rgb(65,123,134); }
div.DivClassName
{
background-color: #417B86;
}
.BgClassName
{
background-color: #417B86;
}
</style>
border-color css
<style>
span { border-color: #417B86; }
span { border-color: rgb(65,123,134); }
td.TdClassName
{
border-color: #417B86;
}
.TagClassName
{
border-color: #417B86;
}
</style>