Shades of Paradiso #417E82
Tints of Paradiso #417E82
RGB
CMYK
RGB Variations
Color information
#417E82 (or 0x417E82) is known color: Paradiso. HEX triplet: 41, 7E and 82. RGB value is (65,126,130). Sum of RGB (Red+Green+Blue) = 65+126+130=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #417E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E82 is #BE817D. Grayscale: #6C6C6C. Windows color (decimal): -12484990 or 8552001. OLE color: 8552001.
HSL color Cylindrical-coordinate representation of color #417E82: hue angle of 183.69º 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 #417E82 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 126 | 130 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.49 |
| HSL | 183.69º | 0.33% | 0.38% | - |
| HSV(B) | 183.69º | 0.5% | 0.51% | - |
| XYZ | 13.67 | 17.66 | 23.81 | - |
| YUV | 108.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 130 | 0.50 | 0.03 | 0 | 0.49 | 183.69 | 0.33 | 0.38 |
| Hex | 41 | 7E | 82 | 32 | 3 | 0 | 31 | B8 | 21 | 26 |
| Octal | 101 | 176 | 202 | 62 | 3 | 0 | 61 | 270 | 41 | 46 |
| Binary | 1000001 | 1111110 | 10000010 | 110010 | 11 | 0 | 110001 | 10111000 | 100001 | 100110 |
Color Harmonies of #417E82
Complementary color
Monochromatic Colors of #417E82
Black with #417E82
Text Example
Text Example
White with #417E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417E82; }
p { color: rgb(65,126,130); }
H1.HeaderClassName
{
color: #417E82;
}
.AnyTagClassName
{
color: #417E82;
}
</style>
background-color css
<style>
a { background-color: #417E82; }
a { background-color: rgb(65,126,130); }
div.DivClassName
{
background-color: #417E82;
}
.BgClassName
{
background-color: #417E82;
}
</style>
border-color css
<style>
span { border-color: #417E82; }
span { border-color: rgb(65,126,130); }
td.TdClassName
{
border-color: #417E82;
}
.TagClassName
{
border-color: #417E82;
}
</style>