#406D85

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

Shades of Calypso #406D85

Tints of Calypso #406D85

Color information

#406D85 (or 0x406D85) is unknown color: approx Calypso. HEX triplet: 40, 6D and 85. RGB value is (64,109,133). Sum of RGB (Red+Green+Blue) = 64+109+133=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #406D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D85 is #BF927A. Grayscale: #626262. Windows color (decimal): -12554875 or 8744256. OLE color: 8744256.

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

Color convert

RGB64109133-
CMYK0.520.1800.48
HSL200.87º35.03%38.63%-
HSV(B)200.87º51.88%52.16%-
XYZ11.8213.7224.22-
YUV98.28147.59103.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=20.92%
G=35.62%
B=43.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641091330.520.1800.48200.8735.0338.63
Hex406D853412030c92327
Octal10015520564220603114347
Binary100000011011011000010111010010010011000011001001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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