#408682

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

Shades of Paradiso #408682

Tints of Paradiso #408682

Color information

#408682 (or 0x408682) is unknown color: approx Paradiso. HEX triplet: 40, 86 and 82. RGB value is (64,134,130). Sum of RGB (Red+Green+Blue) = 64+134+130=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #408682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408682 is #BF797D. Grayscale: #707070. Windows color (decimal): -12548478 or 8554048. OLE color: 8554048.

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

Color convert

RGB64134130-
CMYK0.5200.030.47
HSL176.57º35.35%38.82%-
HSV(B)176.57º52.24%52.55%-
XYZ14.6719.7524.16-
YUV112.61137.8193.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.51%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=19.51%
G=40.85%
B=39.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641341300.5200.030.47176.5735.3538.82
Hex40868234032Fb12327
Octal1002062026403572614347
Binary1000000100001101000001011010001110111110110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408682; }

 p { color: rgb(64,134,130); }

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

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

 a { background-color: rgb(64,134,130); }

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

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

 span { border-color: rgb(64,134,130); }

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