#406E85

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

Shades of Calypso #406E85

Tints of Calypso #406E85

Color information

#406E85 (or 0x406E85) is unknown color: approx Calypso. HEX triplet: 40, 6E and 85. RGB value is (64,110,133). Sum of RGB (Red+Green+Blue) = 64+110+133=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #406E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406E85 is #BF917A. Grayscale: #626262. Windows color (decimal): -12554619 or 8744512. OLE color: 8744512.

HSL color Cylindrical-coordinate representation of color #406E85: hue angle of 200º 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 #406E85 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB64110133-
CMYK0.520.1700.48
HSL200º35.03%38.63%-
HSV(B)200º51.88%52.16%-
XYZ11.9213.9424.25-
YUV98.87147.26103.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=20.85%
G=35.83%
B=43.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641101330.520.1700.4820035.0338.63
Hex406E853411030c82327
Octal10015620564210603104347
Binary100000011011101000010111010010001011000011001000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406E85; }

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

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

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

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

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

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

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

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