Html Css Color HEX #40718C Calypso

📋 copy color: '#40718C'

red 64 ◦ green 113 ◦ blue 140

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

Shades of Calypso #40718C

Tints of Calypso #40718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.65%

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 20.19%
G = 35.65%
B = 44.16%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40718C (or 0x40718C) is known color: Calypso. HEX triplet: 40, 71 and 8C. RGB value is (64,113,140). Sum of RGB (Red+Green+Blue) = 64+113+140=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #40718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40718C is #BF8E73. Grayscale: #656565. Windows color (decimal): -12553844 or 9204032. OLE color: 9204032.

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

Color convert

RGB 64 113 140 -
CMYK 0.54 0.19 0 0.45
HSL 201.32º 0.37% 0.4% -
HSV(B) 201.32º 0.54% 0.55% -
XYZ 12.75 14.79 26.99 -
YUV 101.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 64 113 140 0.54 0.19 0 0.45 201.32 0.37 0.4
Hex 40 71 8C 36 13 0 2D C9 25 28
Octal 100 161 214 66 23 0 55 311 45 50
Binary 1000000 1110001 10001100 110110 10011 0 101101 11001001 100101 101000

Color Harmonies of #40718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40718C

Black with #40718C

Text Example


Text Example

White with #40718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40718C;
 }
 .AnyTagClassName
 {
   color: #40718C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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