#40718C

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

Shades of Calypso #40718C

Tints of Calypso #40718C

Color information

#40718C (or 0x40718C) is unknown color: approx Calypso. HEX triplet: 40, 71 and 8C. RGB value is (64,113,140). Sum of RGB (Red+Green+Blue) = 64+113+140=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #40718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40718C is #BF8E73. Grayscale: #656565. Windows color (decimal): -12553844 or 9204032. OLE color: 9204032.

HSL color Cylindrical-coordinate representation of color #40718C: hue angle of 201.32º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40718C is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64113140-
CMYK0.540.1900.45
HSL201.32º37.25%40%-
HSV(B)201.32º54.29%54.9%-
XYZ12.7514.7926.99-
YUV101.43149.77101.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=20.19%
G=35.65%
B=44.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641131400.540.1900.45201.3237.2540
Hex40718C361302Dc92528
Octal10016121466230553114550
Binary100000011100011000110011011010011010110111001001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40718C; }

 p { color: rgb(64,113,140); }

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

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

 a { background-color: rgb(64,113,140); }

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

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

 span { border-color: rgb(64,113,140); }

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