#406D84

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

Shades of Calypso #406D84

Tints of Calypso #406D84

Color information

#406D84 (or 0x406D84) is unknown color: approx Calypso. HEX triplet: 40, 6D and 84. RGB value is (64,109,132). Sum of RGB (Red+Green+Blue) = 64+109+132=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #406D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D84 is #BF927B. Grayscale: #626262. Windows color (decimal): -12554876 or 8678720. OLE color: 8678720.

HSL color Cylindrical-coordinate representation of color #406D84: hue angle of 200.29º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406D84 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB64109132-
CMYK0.520.1700.48
HSL200.29º34.69%38.43%-
HSV(B)200.29º51.52%51.76%-
XYZ11.7513.6923.85-
YUV98.17147.09103.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=20.98%
G=35.74%
B=43.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641091320.520.1700.48200.2934.6938.43
Hex406D843411030c82326
Octal10015520464210603104346
Binary100000011011011000010011010010001011000011001000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,109,132); }

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

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

 a { background-color: rgb(64,109,132); }

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

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

 span { border-color: rgb(64,109,132); }

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