#406F81

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

Shades of Calypso #406F81

Tints of Calypso #406F81

Color information

#406F81 (or 0x406F81) is unknown color: approx Calypso. HEX triplet: 40, 6F and 81. RGB value is (64,111,129). Sum of RGB (Red+Green+Blue) = 64+111+129=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #406F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F81 is #BF907E. Grayscale: #626262. Windows color (decimal): -12554367 or 8482624. OLE color: 8482624.

HSL color Cylindrical-coordinate representation of color #406F81: hue angle of 196.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406F81 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64111129-
CMYK0.500.1400.49
HSL196.62º33.68%37.84%-
HSV(B)196.62º50.39%50.59%-
XYZ11.7614.0422.86-
YUV99144.93103.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 111 (43.75% from 255) = 36.51%
BLUE value IS 129 (50.78% from 255) = 42.43%
R=21.05%
G=36.51%
B=42.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641111290.500.1400.49196.6233.6837.84
Hex406F8132E031c52226
Octal10015720162160613054246
Binary10000001101111100000011100101110011000111000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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