#417E86

Color #417E86 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #417E86

Tints of Paradiso #417E86

Color information

#417E86 (or 0x417E86) is unknown color: approx Paradiso. HEX triplet: 41, 7E and 86. RGB value is (65,126,134). Sum of RGB (Red+Green+Blue) = 65+126+134=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #417E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E86 is #BE8179. Grayscale: #6C6C6C. Windows color (decimal): -12484986 or 8814145. OLE color: 8814145.

HSL color Cylindrical-coordinate representation of color #417E86: hue angle of 186.96º 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 #417E86 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB65126134-
CMYK0.510.0600.47
HSL186.96º34.67%39.02%-
HSV(B)186.96º51.49%52.55%-
XYZ13.9417.7725.25-
YUV108.67142.2996.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=20%
G=38.77%
B=41.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651261340.510.0600.47186.9634.6739.02
Hex417E8633602Fbb2327
Octal1011762066360572734347
Binary1000001111111010000110110011110010111110111011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417E86; }

 p { color: rgb(65,126,134); }

 H1.HeaderClassName
 {
   color: #417E86;
 }
 .AnyTagClassName
 {
   color: #417E86;
 }
</style>
background-color css

<style>
 a { background-color: #417E86; }

 a { background-color: rgb(65,126,134); }

 div.DivClassName
 {
   background-color: #417E86;
 }
 .BgClassName
 {
   background-color: #417E86;
 }
</style>
border-color css

<style>
 span { border-color: #417E86; }

 span { border-color: rgb(65,126,134); }

 td.TdClassName
 {
   border-color: #417E86;
 }
 .TagClassName
 {
   border-color: #417E86;
 }
</style>