Html Css Color HEX #40708E Calypso

📋 copy color: '#40708E'

red 64 ◦ green 112 ◦ blue 142

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

Shades of Calypso #40708E

Tints of Calypso #40708E

RGB

 RED value IS 64 (25.39% from 255) = 20.13%

 GREEN value IS 112 (44.14% from 255) = 35.22%

 BLUE value IS 142 (55.86% from 255) = 44.65%

R = 20.13%
G = 35.22%
B = 44.65%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40708E (or 0x40708E) is known color: Calypso. HEX triplet: 40, 70 and 8E. RGB value is (64,112,142). Sum of RGB (Red+Green+Blue) = 64+112+142=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #40708E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40708E is #BF8F71. Grayscale: #646464. Windows color (decimal): -12554098 or 9334848. OLE color: 9334848.

HSL color Cylindrical-coordinate representation of color #40708E: hue angle of 203.08º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40708E is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 112 142 -
CMYK 0.55 0.21 0 0.44
HSL 203.08º 0.38% 0.4% -
HSV(B) 203.08º 0.55% 0.56% -
XYZ 12.79 14.63 27.74 -
YUV 101.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 64 112 142 0.55 0.21 0 0.44 203.08 0.38 0.4
Hex 40 70 8E 37 15 0 2C CB 26 28
Octal 100 160 216 67 25 0 54 313 46 50
Binary 1000000 1110000 10001110 110111 10101 0 101100 11001011 100110 101000

Color Harmonies of #40708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40708E

Black with #40708E

Text Example


Text Example

White with #40708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40708E;
 }
 .AnyTagClassName
 {
   color: #40708E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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