#406d90

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

Shades of Calypso #406D90

Tints of Calypso #406D90

Color information

#406D90 (or 0x406D90) is unknown color: approx Calypso. HEX triplet: 40, 6D and 90. RGB value is (64,109,144). Sum of RGB (Red+Green+Blue) = 64+109+144=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #406D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D90 is #BF926F. Grayscale: #636363. Windows color (decimal): -12554864 or 9465152. OLE color: 9465152.

HSL color Cylindrical-coordinate representation of color #406D90: hue angle of 206.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406D90 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB64109144-
CMYK0.560.2400.44
HSL206.25º38.46%40.78%-
HSV(B)206.25º55.56%56.47%-
XYZ12.6214.0428.43-
YUV99.54153.09102.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=20.19%
G=34.38%
B=45.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal641091440.560.2400.44206.2538.4640.78
Hex406D90381802Cce2629
Octal10015522070300543164651
Binary100000011011011001000011100011000010110011001110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406d90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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