Shades of Paradiso #417A83
Tints of Paradiso #417A83
RGB
CMYK
RGB Variations
Color information
#417A83 (or 0x417A83) is known color: Paradiso. HEX triplet: 41, 7A and 83. RGB value is (65,122,131). Sum of RGB (Red+Green+Blue) = 65+122+131=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #417A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A83 is #BE857C. Grayscale: #696969. Windows color (decimal): -12486013 or 8616513. OLE color: 8616513.
HSL color Cylindrical-coordinate representation of color #417A83: hue angle of 188.18º degrees, saturation: 0.34, 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 #417A83 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 122 | 131 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.49 |
| HSL | 188.18º | 0.34% | 0.38% | - |
| HSV(B) | 188.18º | 0.5% | 0.51% | - |
| XYZ | 13.24 | 16.68 | 23.99 | - |
| YUV | 105.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 122 | 131 | 0.50 | 0.07 | 0 | 0.49 | 188.18 | 0.34 | 0.38 |
| Hex | 41 | 7A | 83 | 32 | 7 | 0 | 31 | BC | 22 | 26 |
| Octal | 101 | 172 | 203 | 62 | 7 | 0 | 61 | 274 | 42 | 46 |
| Binary | 1000001 | 1111010 | 10000011 | 110010 | 111 | 0 | 110001 | 10111100 | 100010 | 100110 |
Color Harmonies of #417A83
Complementary color
Monochromatic Colors of #417A83
Black with #417A83
Text Example
Text Example
White with #417A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417A83; }
p { color: rgb(65,122,131); }
H1.HeaderClassName
{
color: #417A83;
}
.AnyTagClassName
{
color: #417A83;
}
</style>
background-color css
<style>
a { background-color: #417A83; }
a { background-color: rgb(65,122,131); }
div.DivClassName
{
background-color: #417A83;
}
.BgClassName
{
background-color: #417A83;
}
</style>
border-color css
<style>
span { border-color: #417A83; }
span { border-color: rgb(65,122,131); }
td.TdClassName
{
border-color: #417A83;
}
.TagClassName
{
border-color: #417A83;
}
</style>