Html Css Color HEX #407172 Ming

📋 copy color: '#407172'

red 64 ◦ green 113 ◦ blue 114

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

Shades of Ming #407172

Tints of Ming #407172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 21.99%
G = 38.83%
B = 39.18%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#407172 (or 0x407172) is known color: Ming. HEX triplet: 40, 71 and 72. RGB value is (64,113,114). Sum of RGB (Red+Green+Blue) = 64+113+114=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #407172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407172 is #BF8E8D. Grayscale: #626262. Windows color (decimal): -12553870 or 7500096. OLE color: 7500096.

HSL color Cylindrical-coordinate representation of color #407172: hue angle of 181.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #407172 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 113 114 -
CMYK 0.44 0.01 0 0.55
HSL 181.2º 0.28% 0.35% -
HSV(B) 181.2º 0.44% 0.45% -
XYZ 11.06 14.12 18.06 -
YUV 98.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 64 113 114 0.44 0.01 0 0.55 181.2 0.28 0.35
Hex 40 71 72 2C 1 0 37 B5 1C 23
Octal 100 161 162 54 1 0 67 265 34 43
Binary 1000000 1110001 1110010 101100 1 0 110111 10110101 11100 100011

Color Harmonies of #407172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407172

Black with #407172

Text Example


Text Example

White with #407172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407172; }

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

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

background-color css

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

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

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

border-color css

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

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

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