Shades of Paradiso #417B82
Tints of Paradiso #417B82
RGB
CMYK
RGB Variations
Color information
#417B82 (or 0x417B82) is known color: Paradiso. HEX triplet: 41, 7B and 82. RGB value is (65,123,130). Sum of RGB (Red+Green+Blue) = 65+123+130=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #417B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417B82 is #BE847D. Grayscale: #6A6A6A. Windows color (decimal): -12485758 or 8551233. OLE color: 8551233.
HSL color Cylindrical-coordinate representation of color #417B82: hue angle of 186.46º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #417B82 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 123 | 130 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.49 |
| HSL | 186.46º | 0.33% | 0.38% | - |
| HSV(B) | 186.46º | 0.5% | 0.51% | - |
| XYZ | 13.29 | 16.9 | 23.68 | - |
| YUV | 106.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 130 | 0.50 | 0.05 | 0 | 0.49 | 186.46 | 0.33 | 0.38 |
| Hex | 41 | 7B | 82 | 32 | 5 | 0 | 31 | BA | 21 | 26 |
| Octal | 101 | 173 | 202 | 62 | 5 | 0 | 61 | 272 | 41 | 46 |
| Binary | 1000001 | 1111011 | 10000010 | 110010 | 101 | 0 | 110001 | 10111010 | 100001 | 100110 |
Color Harmonies of #417B82
Complementary color
Monochromatic Colors of #417B82
Black with #417B82
Text Example
Text Example
White with #417B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417B82; }
p { color: rgb(65,123,130); }
H1.HeaderClassName
{
color: #417B82;
}
.AnyTagClassName
{
color: #417B82;
}
</style>
background-color css
<style>
a { background-color: #417B82; }
a { background-color: rgb(65,123,130); }
div.DivClassName
{
background-color: #417B82;
}
.BgClassName
{
background-color: #417B82;
}
</style>
border-color css
<style>
span { border-color: #417B82; }
span { border-color: rgb(65,123,130); }
td.TdClassName
{
border-color: #417B82;
}
.TagClassName
{
border-color: #417B82;
}
</style>