#417A83

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

Shades of Paradiso #417A83

Tints of Paradiso #417A83

Color information

#417A83 (or 0x417A83) is unknown color: approx 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

RGB65122131-
CMYK0.500.0700.49
HSL188.18º33.67%38.43%-
HSV(B)188.18º50.38%51.37%-
XYZ13.2416.6823.99-
YUV105.98142.1298.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 131 (51.56% from 255) = 41.19%
R=20.44%
G=38.36%
B=41.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651221310.500.0700.49188.1833.6738.43
Hex417A83327031bc2226
Octal1011722036270612744246
Binary1000001111101010000011110010111011000110111100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>