#417E85

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

Shades of Paradiso #417E85

Tints of Paradiso #417E85

Color information

#417E85 (or 0x417E85) is unknown color: approx Paradiso. HEX triplet: 41, 7E and 85. RGB value is (65,126,133). Sum of RGB (Red+Green+Blue) = 65+126+133=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #417E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417E85 is #BE817A. Grayscale: #6C6C6C. Windows color (decimal): -12484987 or 8748609. OLE color: 8748609.

HSL color Cylindrical-coordinate representation of color #417E85: hue angle of 186.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417E85 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB65126133-
CMYK0.510.0500.48
HSL186.18º34.34%38.82%-
HSV(B)186.18º51.13%52.16%-
XYZ13.8717.7424.88-
YUV108.56141.7996.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 126 (49.61% from 255) = 38.89%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=20.06%
G=38.89%
B=41.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651261330.510.0500.48186.1834.3438.82
Hex417E85335030ba2227
Octal1011762056350602724247
Binary1000001111111010000101110011101011000010111010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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