#406F82

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

Shades of Calypso #406F82

Tints of Calypso #406F82

Color information

#406F82 (or 0x406F82) is unknown color: approx Calypso. HEX triplet: 40, 6F and 82. RGB value is (64,111,130). Sum of RGB (Red+Green+Blue) = 64+111+130=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #406F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F82 is #BF907D. Grayscale: #626262. Windows color (decimal): -12554366 or 8548160. OLE color: 8548160.

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

Color convert

RGB64111130-
CMYK0.510.1500.49
HSL197.27º34.02%38.04%-
HSV(B)197.27º50.77%50.98%-
XYZ11.8314.0723.21-
YUV99.11145.43102.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=20.98%
G=36.39%
B=42.62%

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
Decimal641111300.510.1500.49197.2734.0238.04
Hex406F8233F031c52226
Octal10015720263170613054246
Binary10000001101111100000101100111111011000111000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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