Html Css Color HEX #407879 Ming

📋 copy color: '#407879'

red 64 ◦ green 120 ◦ blue 121

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

Shades of Ming #407879

Tints of Ming #407879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 20.98%
G = 39.34%
B = 39.67%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407879 (or 0x407879) is known color: Ming. HEX triplet: 40, 78 and 79. RGB value is (64,120,121). Sum of RGB (Red+Green+Blue) = 64+120+121=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #407879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407879 is #BF8786. Grayscale: #676767. Windows color (decimal): -12552071 or 7960640. OLE color: 7960640.

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

Color convert

RGB 64 120 121 -
CMYK 0.47 0.01 0 0.53
HSL 181.05º 0.31% 0.36% -
HSV(B) 181.05º 0.47% 0.47% -
XYZ 12.28 15.9 20.51 -
YUV 103.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 64 120 121 0.47 0.01 0 0.53 181.05 0.31 0.36
Hex 40 78 79 2F 1 0 35 B5 1F 24
Octal 100 170 171 57 1 0 65 265 37 44
Binary 1000000 1111000 1111001 101111 1 0 110101 10110101 11111 100100

Color Harmonies of #407879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407879

Black with #407879

Text Example


Text Example

White with #407879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407879; }

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

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

background-color css

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

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

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

border-color css

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

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

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