#408485

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

Shades of Paradiso #408485

Tints of Paradiso #408485

Color information

#408485 (or 0x408485) is unknown color: approx Paradiso. HEX triplet: 40, 84 and 85. RGB value is (64,132,133). Sum of RGB (Red+Green+Blue) = 64+132+133=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #408485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408485 is #BF7B7A. Grayscale: #6F6F6F. Windows color (decimal): -12548987 or 8750144. OLE color: 8750144.

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

Color convert

RGB64132133-
CMYK0.520.0100.48
HSL180.87º35.03%38.63%-
HSV(B)180.87º51.88%52.16%-
XYZ14.619.2925.14-
YUV111.78139.9793.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=19.45%
G=40.12%
B=40.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641321330.520.0100.48180.8735.0338.63
Hex408485341030b52327
Octal1002042056410602654347
Binary100000010000100100001011101001011000010110101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408485; }

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

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

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

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

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

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

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

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