Html Css Color HEX #407674 Ming

📋 copy color: '#407674'

red 64 ◦ green 118 ◦ blue 116

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

Shades of Ming #407674

Tints of Ming #407674

RGB

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

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

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

R = 21.48%
G = 39.6%
B = 38.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#407674 (or 0x407674) is known color: Ming. HEX triplet: 40, 76 and 74. RGB value is (64,118,116). Sum of RGB (Red+Green+Blue) = 64+118+116=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #407674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407674 is #BF898B. Grayscale: #656565. Windows color (decimal): -12552588 or 7632448. OLE color: 7632448.

HSL color Cylindrical-coordinate representation of color #407674: hue angle of 177.78º 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 #407674 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 116 -
CMYK 0.46 0 0.02 0.54
HSL 177.78º 0.3% 0.36% -
HSV(B) 177.78º 0.46% 0.46% -
XYZ 11.75 15.31 18.86 -
YUV 101.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 64 118 116 0.46 0 0.02 0.54 177.78 0.3 0.36
Hex 40 76 74 2E 0 2 36 B2 1E 24
Octal 100 166 164 56 0 2 66 262 36 44
Binary 1000000 1110110 1110100 101110 0 10 110110 10110010 11110 100100

Color Harmonies of #407674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407674

Black with #407674

Text Example


Text Example

White with #407674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407674; }

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

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

background-color css

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

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

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

border-color css

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

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

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