Html Css Color HEX #40728D Calypso

📋 copy color: '#40728D'

red 64 ◦ green 114 ◦ blue 141

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

Shades of Calypso #40728D

Tints of Calypso #40728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 20.06%
G = 35.74%
B = 44.2%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40728D (or 0x40728D) is known color: Calypso. HEX triplet: 40, 72 and 8D. RGB value is (64,114,141). Sum of RGB (Red+Green+Blue) = 64+114+141=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #40728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40728D is #BF8D72. Grayscale: #656565. Windows color (decimal): -12553587 or 9269824. OLE color: 9269824.

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

Color convert

RGB 64 114 141 -
CMYK 0.55 0.19 0 0.45
HSL 201.04º 0.38% 0.4% -
HSV(B) 201.04º 0.55% 0.55% -
XYZ 12.94 15.05 27.42 -
YUV 102.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 64 114 141 0.55 0.19 0 0.45 201.04 0.38 0.4
Hex 40 72 8D 37 13 0 2D C9 26 28
Octal 100 162 215 67 23 0 55 311 46 50
Binary 1000000 1110010 10001101 110111 10011 0 101101 11001001 100110 101000

Color Harmonies of #40728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40728D

Black with #40728D

Text Example


Text Example

White with #40728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40728D;
 }
 .AnyTagClassName
 {
   color: #40728D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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