Html Css Color HEX #407170 Ming

📋 copy color: '#407170'

red 64 ◦ green 113 ◦ blue 112

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

Shades of Ming #407170

Tints of Ming #407170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 22.15%
G = 39.1%
B = 38.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#407170 (or 0x407170) is known color: Ming. HEX triplet: 40, 71 and 70. RGB value is (64,113,112). Sum of RGB (Red+Green+Blue) = 64+113+112=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #407170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407170 is #BF8E8F. Grayscale: #626262. Windows color (decimal): -12553872 or 7369024. OLE color: 7369024.

HSL color Cylindrical-coordinate representation of color #407170: hue angle of 178.78º 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 #407170 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 112 -
CMYK 0.43 0 0.01 0.56
HSL 178.78º 0.28% 0.35% -
HSV(B) 178.78º 0.43% 0.44% -
XYZ 10.94 14.07 17.47 -
YUV 98.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 64 113 112 0.43 0 0.01 0.56 178.78 0.28 0.35
Hex 40 71 70 2B 0 1 38 B3 1C 23
Octal 100 161 160 53 0 1 70 263 34 43
Binary 1000000 1110001 1110000 101011 0 1 111000 10110011 11100 100011

Color Harmonies of #407170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407170

Black with #407170

Text Example


Text Example

White with #407170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407170; }

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

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

background-color css

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

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

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

border-color css

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

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

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