#408487

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

Shades of Paradiso #408487

Tints of Paradiso #408487

Color information

#408487 (or 0x408487) is unknown color: approx Paradiso. HEX triplet: 40, 84 and 87. RGB value is (64,132,135). Sum of RGB (Red+Green+Blue) = 64+132+135=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #408487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408487 is #BF7B78. Grayscale: #6F6F6F. Windows color (decimal): -12548985 or 8881216. OLE color: 8881216.

HSL color Cylindrical-coordinate representation of color #408487: hue angle of 182.54º 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 #408487 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB64132135-
CMYK0.530.0200.47
HSL182.54º35.68%39.02%-
HSV(B)182.54º52.59%52.94%-
XYZ14.7419.3425.88-
YUV112.01140.9793.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=19.34%
G=39.88%
B=40.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641321350.530.0200.47182.5435.6839.02
Hex40848735202Fb72427
Octal1002042076520572674447
Binary1000000100001001000011111010110010111110110111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408487; }

 p { color: rgb(64,132,135); }

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

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

 a { background-color: rgb(64,132,135); }

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

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

 span { border-color: rgb(64,132,135); }

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