#406F85

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

Shades of Calypso #406F85

Tints of Calypso #406F85

Color information

#406F85 (or 0x406F85) is unknown color: approx Calypso. HEX triplet: 40, 6F and 85. RGB value is (64,111,133). Sum of RGB (Red+Green+Blue) = 64+111+133=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #406F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F85 is #BF907A. Grayscale: #636363. Windows color (decimal): -12554363 or 8744768. OLE color: 8744768.

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

Color convert

RGB64111133-
CMYK0.520.1700.48
HSL199.13º35.03%38.63%-
HSV(B)199.13º51.88%52.16%-
XYZ12.0314.1524.29-
YUV99.46146.93102.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=20.78%
G=36.04%
B=43.18%

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
Decimal641111330.520.1700.48199.1335.0338.63
Hex406F853411030c72327
Octal10015720564210603074347
Binary100000011011111000010111010010001011000011000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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