Html Css Color HEX #407671 Ming

📋 copy color: '#407671'

red 64 ◦ green 118 ◦ blue 113

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

Shades of Ming #407671

Tints of Ming #407671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

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

R = 21.69%
G = 40%
B = 38.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#407671 (or 0x407671) is known color: Ming. HEX triplet: 40, 76 and 71. RGB value is (64,118,113). Sum of RGB (Red+Green+Blue) = 64+118+113=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #407671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407671 is #BF898E. Grayscale: #656565. Windows color (decimal): -12552591 or 7435840. OLE color: 7435840.

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

Color convert

RGB 64 118 113 -
CMYK 0.46 0 0.04 0.54
HSL 174.44º 0.3% 0.36% -
HSV(B) 174.44º 0.46% 0.46% -
XYZ 11.57 15.24 17.95 -
YUV 101.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 64 118 113 0.46 0 0.04 0.54 174.44 0.3 0.36
Hex 40 76 71 2E 0 4 36 AE 1E 24
Octal 100 166 161 56 0 4 66 256 36 44
Binary 1000000 1110110 1110001 101110 0 100 110110 10101110 11110 100100

Color Harmonies of #407671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407671

Black with #407671

Text Example


Text Example

White with #407671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407671; }

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

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

background-color css

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

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

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

border-color css

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

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

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