Html Css Color HEX #407974 Ming

📋 copy color: '#407974'

red 64 ◦ green 121 ◦ blue 116

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

Shades of Ming #407974

Tints of Ming #407974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 21.26%
G = 40.2%
B = 38.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#407974 (or 0x407974) is known color: Ming. HEX triplet: 40, 79 and 74. RGB value is (64,121,116). Sum of RGB (Red+Green+Blue) = 64+121+116=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #407974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407974 is #BF868B. Grayscale: #676767. Windows color (decimal): -12551820 or 7633216. OLE color: 7633216.

HSL color Cylindrical-coordinate representation of color #407974: hue angle of 174.74º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #407974 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 116 -
CMYK 0.47 0 0.04 0.53
HSL 174.74º 0.31% 0.36% -
HSV(B) 174.74º 0.47% 0.47% -
XYZ 12.1 16.03 18.98 -
YUV 103.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 64 121 116 0.47 0 0.04 0.53 174.74 0.31 0.36
Hex 40 79 74 2F 0 4 35 AF 1F 24
Octal 100 171 164 57 0 4 65 257 37 44
Binary 1000000 1111001 1110100 101111 0 100 110101 10101111 11111 100100

Color Harmonies of #407974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407974

Black with #407974

Text Example


Text Example

White with #407974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407974; }

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

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

background-color css

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

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

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

border-color css

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

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

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