#406983

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

Shades of Calypso #406983

Tints of Calypso #406983

Color information

#406983 (or 0x406983) is unknown color: approx Calypso. HEX triplet: 40, 69 and 83. RGB value is (64,105,131). Sum of RGB (Red+Green+Blue) = 64+105+131=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #406983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406983 is #BF967C. Grayscale: #5F5F5F. Windows color (decimal): -12555901 or 8612160. OLE color: 8612160.

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

Color convert

RGB64105131-
CMYK0.510.2000.49
HSL203.28º34.36%38.24%-
HSV(B)203.28º51.15%51.37%-
XYZ11.2612.8323.36-
YUV95.7147.92105.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 131 (51.56% from 255) = 43.67%
R=21.33%
G=35%
B=43.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641051310.510.2000.49203.2834.3638.24
Hex4069833314031cb2226
Octal10015120363240613134246
Binary100000011010011000001111001110100011000111001011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406983; }

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

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

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

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

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

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

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

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