#406981

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

Shades of Calypso #406981

Tints of Calypso #406981

Color information

#406981 (or 0x406981) is unknown color: approx Calypso. HEX triplet: 40, 69 and 81. RGB value is (64,105,129). Sum of RGB (Red+Green+Blue) = 64+105+129=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #406981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406981 is #BF967E. Grayscale: #5F5F5F. Windows color (decimal): -12555903 or 8481088. OLE color: 8481088.

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

Color convert

RGB64105129-
CMYK0.500.1900.49
HSL202.15º33.68%37.84%-
HSV(B)202.15º50.39%50.59%-
XYZ11.1312.7822.65-
YUV95.48146.92105.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=21.48%
G=35.23%
B=43.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641051290.500.1900.49202.1533.6837.84
Hex4069813213031ca2226
Octal10015120162230613124246
Binary100000011010011000000111001010011011000111001010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406981; }

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

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

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

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

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

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

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

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