#40708D

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

Shades of Calypso #40708D

Tints of Calypso #40708D

Color information

#40708D (or 0x40708D) is unknown color: approx Calypso. HEX triplet: 40, 70 and 8D. RGB value is (64,112,141). Sum of RGB (Red+Green+Blue) = 64+112+141=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #40708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40708D is #BF8F72. Grayscale: #646464. Windows color (decimal): -12554099 or 9269312. OLE color: 9269312.

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

Color convert

RGB64112141-
CMYK0.550.2100.45
HSL202.6º37.56%40.2%-
HSV(B)202.6º54.61%55.29%-
XYZ12.7214.627.35-
YUV100.95150.6101.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=20.19%
G=35.33%
B=44.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641121410.550.2100.45202.637.5640.2
Hex40708D371502Dcb2628
Octal10016021567250553134650
Binary100000011100001000110111011110101010110111001011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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