#40728C

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

Shades of Calypso #40728C

Tints of Calypso #40728C

Color information

#40728C (or 0x40728C) is unknown color: approx Calypso. HEX triplet: 40, 72 and 8C. RGB value is (64,114,140). Sum of RGB (Red+Green+Blue) = 64+114+140=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #40728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40728C is #BF8D73. Grayscale: #656565. Windows color (decimal): -12553588 or 9204288. OLE color: 9204288.

HSL color Cylindrical-coordinate representation of color #40728C: hue angle of 200.53º 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 #40728C is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64114140-
CMYK0.540.1900.45
HSL200.53º37.25%40%-
HSV(B)200.53º54.29%54.9%-
XYZ12.8715.0227.03-
YUV102.01149.44100.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=20.13%
G=35.85%
B=44.03%

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
Decimal641141400.540.1900.45200.5337.2540
Hex40728C361302Dc92528
Octal10016221466230553114550
Binary100000011100101000110011011010011010110111001001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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