Html Css Color HEX #407079 Ming

📋 copy color: '#407079'

red 64 ◦ green 112 ◦ blue 121

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

Shades of Ming #407079

Tints of Ming #407079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

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

R = 21.55%
G = 37.71%
B = 40.74%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407079 (or 0x407079) is known color: Ming. HEX triplet: 40, 70 and 79. RGB value is (64,112,121). Sum of RGB (Red+Green+Blue) = 64+112+121=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 121 - color contains mainly: blue. Hex color #407079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407079 is #BF8F86. Grayscale: #626262. Windows color (decimal): -12554119 or 7958592. OLE color: 7958592.

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

Color convert

RGB 64 112 121 -
CMYK 0.47 0.07 0 0.53
HSL 189.47º 0.31% 0.36% -
HSV(B) 189.47º 0.47% 0.47% -
XYZ 11.36 14.06 20.2 -
YUV 98.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 64 112 121 0.47 0.07 0 0.53 189.47 0.31 0.36
Hex 40 70 79 2F 7 0 35 BD 1F 24
Octal 100 160 171 57 7 0 65 275 37 44
Binary 1000000 1110000 1111001 101111 111 0 110101 10111101 11111 100100

Color Harmonies of #407079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407079

Black with #407079

Text Example


Text Example

White with #407079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407079; }

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

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

background-color css

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

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

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

border-color css

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

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

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