#406C8D

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

Shades of Calypso #406C8D

Tints of Calypso #406C8D

Color information

#406C8D (or 0x406C8D) is unknown color: approx Calypso. HEX triplet: 40, 6C and 8D. RGB value is (64,108,141). Sum of RGB (Red+Green+Blue) = 64+108+141=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #406C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C8D is #BF9372. Grayscale: #626262. Windows color (decimal): -12555123 or 9268288. OLE color: 9268288.

HSL color Cylindrical-coordinate representation of color #406C8D: hue angle of 205.71º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #406C8D is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64108141-
CMYK0.550.2300.45
HSL205.71º37.56%40.2%-
HSV(B)205.71º54.61%55.29%-
XYZ12.2813.7427.2-
YUV98.61151.92103.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 141 (55.47% from 255) = 45.05%
R=20.45%
G=34.50%
B=45.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641081410.550.2300.45205.7137.5640.2
Hex406C8D371702Dce2628
Octal10015421567270553164650
Binary100000011011001000110111011110111010110111001110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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