Html Css Color HEX #407470 Ming

📋 copy color: '#407470'

red 64 ◦ green 116 ◦ blue 112

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

Shades of Ming #407470

Tints of Ming #407470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

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

R = 21.92%
G = 39.73%
B = 38.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#407470 (or 0x407470) is known color: Ming. HEX triplet: 40, 74 and 70. RGB value is (64,116,112). Sum of RGB (Red+Green+Blue) = 64+116+112=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #407470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407470 is #BF8B8F. Grayscale: #636363. Windows color (decimal): -12553104 or 7369792. OLE color: 7369792.

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

Color convert

RGB 64 116 112 -
CMYK 0.45 0 0.03 0.55
HSL 175.38º 0.29% 0.35% -
HSV(B) 175.38º 0.45% 0.45% -
XYZ 11.28 14.75 17.58 -
YUV 100 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 64 116 112 0.45 0 0.03 0.55 175.38 0.29 0.35
Hex 40 74 70 2D 0 3 37 AF 1D 23
Octal 100 164 160 55 0 3 67 257 35 43
Binary 1000000 1110100 1110000 101101 0 11 110111 10101111 11101 100011

Color Harmonies of #407470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407470

Black with #407470

Text Example


Text Example

White with #407470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407470; }

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

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

background-color css

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

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

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

border-color css

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

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

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