Html Css Color HEX #40797D Ming

📋 copy color: '#40797D'

red 64 ◦ green 121 ◦ blue 125

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

Shades of Ming #40797D

Tints of Ming #40797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.03%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 20.65%
G = 39.03%
B = 40.32%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40797D (or 0x40797D) is known color: Ming. HEX triplet: 40, 79 and 7D. RGB value is (64,121,125). Sum of RGB (Red+Green+Blue) = 64+121+125=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #40797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40797D is #BF8682. Grayscale: #686868. Windows color (decimal): -12551811 or 8223040. OLE color: 8223040.

HSL color Cylindrical-coordinate representation of color #40797D: hue angle of 183.93º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40797D is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 121 125 -
CMYK 0.49 0.03 0 0.51
HSL 183.93º 0.32% 0.37% -
HSV(B) 183.93º 0.49% 0.49% -
XYZ 12.65 16.25 21.87 -
YUV 104.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 64 121 125 0.49 0.03 0 0.51 183.93 0.32 0.37
Hex 40 79 7D 31 3 0 33 B8 20 25
Octal 100 171 175 61 3 0 63 270 40 45
Binary 1000000 1111001 1111101 110001 11 0 110011 10111000 100000 100101

Color Harmonies of #40797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40797D

Black with #40797D

Text Example


Text Example

White with #40797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,121,125); }

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

background-color css

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

 a { background-color: rgb(64,121,125); }

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

border-color css

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

 span { border-color: rgb(64,121,125); }

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