#417A82

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

Shades of Paradiso #417A82

Tints of Paradiso #417A82

Color information

#417A82 (or 0x417A82) is unknown color: approx Paradiso. HEX triplet: 41, 7A and 82. RGB value is (65,122,130). Sum of RGB (Red+Green+Blue) = 65+122+130=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #417A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417A82 is #BE857D. Grayscale: #696969. Windows color (decimal): -12486014 or 8550977. OLE color: 8550977.

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

Color convert

RGB65122130-
CMYK0.500.0600.49
HSL187.38º33.33%38.24%-
HSV(B)187.38º50%50.98%-
XYZ13.1716.6523.64-
YUV105.87141.6298.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=20.50%
G=38.49%
B=41.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651221300.500.0600.49187.3833.3338.24
Hex417A82326031bb2126
Octal1011722026260612734146
Binary1000001111101010000010110010110011000110111011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,122,130); }

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

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

 a { background-color: rgb(65,122,130); }

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

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

 span { border-color: rgb(65,122,130); }

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