Html Css Color HEX #40708D Calypso

📋 copy color: '#40708D'

red 64 ◦ green 112 ◦ blue 141

#40708D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Calypso #40708D

Tints of Calypso #40708D

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 value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40708D (or 0x40708D) is known color: 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

RGB 64 112 141 -
CMYK 0.55 0.21 0 0.45
HSL 202.6º 0.38% 0.4% -
HSV(B) 202.6º 0.55% 0.55% -
XYZ 12.72 14.6 27.35 -
YUV 100.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 64 112 141 0.55 0.21 0 0.45 202.6 0.38 0.4
Hex 40 70 8D 37 15 0 2D CB 26 28
Octal 100 160 215 67 25 0 55 313 46 50
Binary 1000000 1110000 10001101 110111 10101 0 101101 11001011 100110 101000

Color Harmonies of #40708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40708D

Black with #40708D

Text Example


Text Example

White with #40708D

Text Example


Text Example

HTML Codes & Css Web 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>