#406987

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

Shades of Calypso #406987

Tints of Calypso #406987

Color information

#406987 (or 0x406987) is unknown color: approx Calypso. HEX triplet: 40, 69 and 87. RGB value is (64,105,135). Sum of RGB (Red+Green+Blue) = 64+105+135=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #406987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406987 is #BF9678. Grayscale: #5F5F5F. Windows color (decimal): -12555897 or 8874304. OLE color: 8874304.

HSL color Cylindrical-coordinate representation of color #406987: hue angle of 205.35º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #406987 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB64105135-
CMYK0.530.2200.47
HSL205.35º35.68%39.02%-
HSV(B)205.35º52.59%52.94%-
XYZ11.5412.9424.81-
YUV96.16149.92105.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=21.05%
G=34.54%
B=44.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641051350.530.2200.47205.3535.6839.02
Hex406987351602Fcd2427
Octal10015120765260573154447
Binary100000011010011000011111010110110010111111001101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406987; }

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

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

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

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

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

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

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

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