Html Css Color HEX #40727F Calypso

📋 copy color: '#40727F'

red 64 ◦ green 114 ◦ blue 127

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

Shades of Calypso #40727F

Tints of Calypso #40727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 20.98%
G = 37.38%
B = 41.64%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40727F (or 0x40727F) is known color: Calypso. HEX triplet: 40, 72 and 7F. RGB value is (64,114,127). Sum of RGB (Red+Green+Blue) = 64+114+127=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #40727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40727F is #BF8D80. Grayscale: #646464. Windows color (decimal): -12553601 or 8352320. OLE color: 8352320.

HSL color Cylindrical-coordinate representation of color #40727F: hue angle of 192.38º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40727F is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 114 127 -
CMYK 0.50 0.10 0 0.50
HSL 192.38º 0.33% 0.37% -
HSV(B) 192.38º 0.5% 0.5% -
XYZ 11.96 14.66 22.28 -
YUV 100.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 64 114 127 0.50 0.10 0 0.50 192.38 0.33 0.37
Hex 40 72 7F 32 A 0 32 C0 21 25
Octal 100 162 177 62 12 0 62 300 41 45
Binary 1000000 1110010 1111111 110010 1010 0 110010 11000000 100001 100101

Color Harmonies of #40727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40727F

Black with #40727F

Text Example


Text Example

White with #40727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40727F; }

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

 H1.HeaderClassName
 {
   color: #40727F;
 }
 .AnyTagClassName
 {
   color: #40727F;
 }
</style>

background-color css

<style>
 a { background-color: #40727F; }

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

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

border-color css

<style>
 span { border-color: #40727F; }

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

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