#406F8D

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

Shades of Calypso #406F8D

Tints of Calypso #406F8D

Color information

#406F8D (or 0x406F8D) is unknown color: approx Calypso. HEX triplet: 40, 6F and 8D. RGB value is (64,111,141). Sum of RGB (Red+Green+Blue) = 64+111+141=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #406F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F8D is #BF9072. Grayscale: #646464. Windows color (decimal): -12554355 or 9269056. OLE color: 9269056.

HSL color Cylindrical-coordinate representation of color #406F8D: hue angle of 203.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406F8D is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64111141-
CMYK0.550.2100.45
HSL203.38º37.56%40.2%-
HSV(B)203.38º54.61%55.29%-
XYZ12.6114.3827.31-
YUV100.37150.93102.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.25%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=20.25%
G=35.13%
B=44.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641111410.550.2100.45203.3837.5640.2
Hex406F8D371502Dcb2628
Octal10015721567250553134650
Binary100000011011111000110111011110101010110111001011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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