#40728D

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

Shades of Calypso #40728D

Tints of Calypso #40728D

Color information

#40728D (or 0x40728D) is unknown color: approx Calypso. HEX triplet: 40, 72 and 8D. RGB value is (64,114,141). Sum of RGB (Red+Green+Blue) = 64+114+141=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #40728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40728D is #BF8D72. Grayscale: #656565. Windows color (decimal): -12553587 or 9269824. OLE color: 9269824.

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

Color convert

RGB64114141-
CMYK0.550.1900.45
HSL201.04º37.56%40.2%-
HSV(B)201.04º54.61%55.29%-
XYZ12.9415.0527.42-
YUV102.13149.94100.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=20.06%
G=35.74%
B=44.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641141410.550.1900.45201.0437.5640.2
Hex40728D371302Dc92628
Octal10016221567230553114650
Binary100000011100101000110111011110011010110111001001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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