#407E88

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

Shades of Paradiso #407E88

Tints of Paradiso #407E88

Color information

#407E88 (or 0x407E88) is unknown color: approx Paradiso. HEX triplet: 40, 7E and 88. RGB value is (64,126,136). Sum of RGB (Red+Green+Blue) = 64+126+136=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #407E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407E88 is #BF8177. Grayscale: #6C6C6C. Windows color (decimal): -12550520 or 8945216. OLE color: 8945216.

HSL color Cylindrical-coordinate representation of color #407E88: hue angle of 188.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #407E88 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB64126136-
CMYK0.530.0700.47
HSL188.33º36%39.22%-
HSV(B)188.33º52.94%53.33%-
XYZ14.0217.7925.99-
YUV108.6143.4696.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.63%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=19.63%
G=38.65%
B=41.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641261360.530.0700.47188.333639.22
Hex407E8835702Fbc2427
Octal1001762106570572744447
Binary1000000111111010001000110101111010111110111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,126,136); }

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

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

 a { background-color: rgb(64,126,136); }

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

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

 span { border-color: rgb(64,126,136); }

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