#406F83

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

Shades of Calypso #406F83

Tints of Calypso #406F83

Color information

#406F83 (or 0x406F83) is unknown color: approx Calypso. HEX triplet: 40, 6F and 83. RGB value is (64,111,131). Sum of RGB (Red+Green+Blue) = 64+111+131=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #406F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F83 is #BF907C. Grayscale: #636363. Windows color (decimal): -12554365 or 8613696. OLE color: 8613696.

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

Color convert

RGB64111131-
CMYK0.510.1500.49
HSL197.91º34.36%38.24%-
HSV(B)197.91º51.15%51.37%-
XYZ11.914.123.57-
YUV99.23145.93102.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 111 (43.75% from 255) = 36.27%
BLUE value IS 131 (51.56% from 255) = 42.81%
R=20.92%
G=36.27%
B=42.81%

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
Decimal641111310.510.1500.49197.9134.3638.24
Hex406F8333F031c62226
Octal10015720363170613064246
Binary10000001101111100000111100111111011000111000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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