Html Css Color HEX #407171 Ming

📋 copy color: '#407171'

red 64 ◦ green 113 ◦ blue 113

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

Shades of Ming #407171

Tints of Ming #407171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 22.07%
G = 38.97%
B = 38.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#407171 (or 0x407171) is known color: Ming. HEX triplet: 40, 71 and 71. RGB value is (64,113,113). Sum of RGB (Red+Green+Blue) = 64+113+113=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #407171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407171 is #BF8E8E. Grayscale: #626262. Windows color (decimal): -12553871 or 7434560. OLE color: 7434560.

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

Color convert

RGB 64 113 113 -
CMYK 0.43 0 0 0.56
HSL 180º 0.28% 0.35% -
HSV(B) 180º 0.43% 0.44% -
XYZ 11 14.09 17.76 -
YUV 98.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 64 113 113 0.43 0 0 0.56 180 0.28 0.35
Hex 40 71 71 2B 0 0 38 B4 1C 23
Octal 100 161 161 53 0 0 70 264 34 43
Binary 1000000 1110001 1110001 101011 0 0 111000 10110100 11100 100011

Color Harmonies of #407171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407171

Black with #407171

Text Example


Text Example

White with #407171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407171; }

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

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

background-color css

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

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

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

border-color css

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

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

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