#406E82

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

Shades of Calypso #406E82

Tints of Calypso #406E82

Color information

#406E82 (or 0x406E82) is unknown color: approx Calypso. HEX triplet: 40, 6E and 82. RGB value is (64,110,130). Sum of RGB (Red+Green+Blue) = 64+110+130=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #406E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406E82 is #BF917D. Grayscale: #626262. Windows color (decimal): -12554622 or 8547904. OLE color: 8547904.

HSL color Cylindrical-coordinate representation of color #406E82: hue angle of 198.18º 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 #406E82 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64110130-
CMYK0.510.1500.49
HSL198.18º34.02%38.04%-
HSV(B)198.18º50.77%50.98%-
XYZ11.7213.8523.18-
YUV98.53145.76103.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=21.05%
G=36.18%
B=42.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641101300.510.1500.49198.1834.0238.04
Hex406E8233F031c62226
Octal10015620263170613064246
Binary10000001101110100000101100111111011000111000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,110,130); }

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

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

 a { background-color: rgb(64,110,130); }

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

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

 span { border-color: rgb(64,110,130); }

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