#40718A

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

Shades of Calypso #40718A

Tints of Calypso #40718A

Color information

#40718A (or 0x40718A) is unknown color: approx Calypso. HEX triplet: 40, 71 and 8A. RGB value is (64,113,138). Sum of RGB (Red+Green+Blue) = 64+113+138=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #40718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40718A is #BF8E75. Grayscale: #656565. Windows color (decimal): -12553846 or 9072960. OLE color: 9072960.

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

Color convert

RGB64113138-
CMYK0.540.1800.46
HSL200.27º36.63%39.61%-
HSV(B)200.27º53.62%54.12%-
XYZ12.6114.7426.22-
YUV101.2148.77101.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=20.32%
G=35.87%
B=43.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641131380.540.1800.46200.2736.6339.61
Hex40718A361202Ec82528
Octal10016121266220563104550
Binary100000011100011000101011011010010010111011001000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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