#407C83

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

Shades of Paradiso #407C83

Tints of Paradiso #407C83

Color information

#407C83 (or 0x407C83) is unknown color: approx Paradiso. HEX triplet: 40, 7C and 83. RGB value is (64,124,131). Sum of RGB (Red+Green+Blue) = 64+124+131=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 131 - color contains mainly: blue. Hex color #407C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407C83 is #BF837C. Grayscale: #6A6A6A. Windows color (decimal): -12551037 or 8617024. OLE color: 8617024.

HSL color Cylindrical-coordinate representation of color #407C83: hue angle of 186.27º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #407C83 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64124131-
CMYK0.510.0500.49
HSL186.27º34.36%38.24%-
HSV(B)186.27º51.15%51.37%-
XYZ13.4217.1424.07-
YUV106.86141.6297.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=20.06%
G=38.87%
B=41.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641241310.510.0500.49186.2734.3638.24
Hex407C83335031ba2226
Octal1001742036350612724246
Binary1000000111110010000011110011101011000110111010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407C83; }

 p { color: rgb(64,124,131); }

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

<style>
 a { background-color: #407C83; }

 a { background-color: rgb(64,124,131); }

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

<style>
 span { border-color: #407C83; }

 span { border-color: rgb(64,124,131); }

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