#406D83

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

Shades of Calypso #406D83

Tints of Calypso #406D83

Color information

#406D83 (or 0x406D83) is unknown color: approx Calypso. HEX triplet: 40, 6D and 83. RGB value is (64,109,131). Sum of RGB (Red+Green+Blue) = 64+109+131=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #406D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D83 is #BF927C. Grayscale: #616161. Windows color (decimal): -12554877 or 8613184. OLE color: 8613184.

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

Color convert

RGB64109131-
CMYK0.510.1700.49
HSL199.7º34.36%38.24%-
HSV(B)199.7º51.15%51.37%-
XYZ11.6813.6723.49-
YUV98.05146.59103.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=21.05%
G=35.86%
B=43.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641091310.510.1700.49199.734.3638.24
Hex406D833311031c82226
Octal10015520363210613104246
Binary100000011011011000001111001110001011000111001000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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