Html Css Color HEX #407A79 Ming

📋 copy color: '#407A79'

red 64 ◦ green 122 ◦ blue 121

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

Shades of Ming #407A79

Tints of Ming #407A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.74%

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

R = 20.85%
G = 39.74%
B = 39.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#407A79 (or 0x407A79) is known color: Ming. HEX triplet: 40, 7A and 79. RGB value is (64,122,121). Sum of RGB (Red+Green+Blue) = 64+122+121=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #407A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A79 is #BF8586. Grayscale: #686868. Windows color (decimal): -12551559 or 7961152. OLE color: 7961152.

HSL color Cylindrical-coordinate representation of color #407A79: hue angle of 178.97º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A79 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 122 121 -
CMYK 0.48 0 0.01 0.52
HSL 178.97º 0.31% 0.36% -
HSV(B) 178.97º 0.48% 0.48% -
XYZ 12.53 16.39 20.59 -
YUV 104.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 64 122 121 0.48 0 0.01 0.52 178.97 0.31 0.36
Hex 40 7A 79 30 0 1 34 B3 1F 24
Octal 100 172 171 60 0 1 64 263 37 44
Binary 1000000 1111010 1111001 110000 0 1 110100 10110011 11111 100100

Color Harmonies of #407A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A79

Black with #407A79

Text Example


Text Example

White with #407A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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