#406C83

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

Shades of Calypso #406C83

Tints of Calypso #406C83

Color information

#406C83 (or 0x406C83) is unknown color: approx Calypso. HEX triplet: 40, 6C and 83. RGB value is (64,108,131). Sum of RGB (Red+Green+Blue) = 64+108+131=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #406C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C83 is #BF937C. Grayscale: #616161. Windows color (decimal): -12555133 or 8612928. OLE color: 8612928.

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

Color convert

RGB64108131-
CMYK0.510.1800.49
HSL200.6º34.36%38.24%-
HSV(B)200.6º51.15%51.37%-
XYZ11.5713.4523.46-
YUV97.47146.92104.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=21.12%
G=35.64%
B=43.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641081310.510.1800.49200.634.3638.24
Hex406C833312031c92226
Octal10015420363220613114246
Binary100000011011001000001111001110010011000111001001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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