Shades of Paradiso #417883
Tints of Paradiso #417883
RGB
CMYK
RGB Variations
Color information
#417883 (or 0x417883) is known color: Paradiso. HEX triplet: 41, 78 and 83. RGB value is (65,120,131). Sum of RGB (Red+Green+Blue) = 65+120+131=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #417883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417883 is #BE877C. Grayscale: #686868. Windows color (decimal): -12486525 or 8616001. OLE color: 8616001.
HSL color Cylindrical-coordinate representation of color #417883: hue angle of 190º 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 #417883 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 120 | 131 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.49 |
| HSL | 190º | 0.34% | 0.38% | - |
| HSV(B) | 190º | 0.5% | 0.51% | - |
| XYZ | 12.99 | 16.2 | 23.91 | - |
| YUV | 104.81 | 142.78 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 120 | 131 | 0.50 | 0.08 | 0 | 0.49 | 190 | 0.34 | 0.38 |
| Hex | 41 | 78 | 83 | 32 | 8 | 0 | 31 | BE | 22 | 26 |
| Octal | 101 | 170 | 203 | 62 | 10 | 0 | 61 | 276 | 42 | 46 |
| Binary | 1000001 | 1111000 | 10000011 | 110010 | 1000 | 0 | 110001 | 10111110 | 100010 | 100110 |
Color Harmonies of #417883
Complementary color
Monochromatic Colors of #417883
Black with #417883
Text Example
Text Example
White with #417883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417883; }
p { color: rgb(65,120,131); }
H1.HeaderClassName
{
color: #417883;
}
.AnyTagClassName
{
color: #417883;
}
</style>
background-color css
<style>
a { background-color: #417883; }
a { background-color: rgb(65,120,131); }
div.DivClassName
{
background-color: #417883;
}
.BgClassName
{
background-color: #417883;
}
</style>
border-color css
<style>
span { border-color: #417883; }
span { border-color: rgb(65,120,131); }
td.TdClassName
{
border-color: #417883;
}
.TagClassName
{
border-color: #417883;
}
</style>