Html Css Color HEX #407679 Ming

📋 copy color: '#407679'

red 64 ◦ green 118 ◦ blue 121

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

Shades of Ming #407679

Tints of Ming #407679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 21.12%
G = 38.94%
B = 39.93%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407679 (or 0x407679) is known color: Ming. HEX triplet: 40, 76 and 79. RGB value is (64,118,121). Sum of RGB (Red+Green+Blue) = 64+118+121=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #407679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407679 is #BF8986. Grayscale: #666666. Windows color (decimal): -12552583 or 7960128. OLE color: 7960128.

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

Color convert

RGB 64 118 121 -
CMYK 0.47 0.02 0 0.53
HSL 183.16º 0.31% 0.36% -
HSV(B) 183.16º 0.47% 0.47% -
XYZ 12.04 15.43 20.43 -
YUV 102.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 64 118 121 0.47 0.02 0 0.53 183.16 0.31 0.36
Hex 40 76 79 2F 2 0 35 B7 1F 24
Octal 100 166 171 57 2 0 65 267 37 44
Binary 1000000 1110110 1111001 101111 10 0 110101 10110111 11111 100100

Color Harmonies of #407679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407679

Black with #407679

Text Example


Text Example

White with #407679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407679; }

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

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

background-color css

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

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

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

border-color css

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

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

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