Html Css Color HEX #407479 Ming

📋 copy color: '#407479'

red 64 ◦ green 116 ◦ blue 121

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

Shades of Ming #407479

Tints of Ming #407479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 21.26%
G = 38.54%
B = 40.2%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407479 (or 0x407479) is known color: Ming. HEX triplet: 40, 74 and 79. RGB value is (64,116,121). Sum of RGB (Red+Green+Blue) = 64+116+121=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 121 - color contains mainly: blue. Hex color #407479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407479 is #BF8B86. Grayscale: #646464. Windows color (decimal): -12553095 or 7959616. OLE color: 7959616.

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

Color convert

RGB 64 116 121 -
CMYK 0.47 0.04 0 0.53
HSL 185.26º 0.31% 0.36% -
HSV(B) 185.26º 0.47% 0.47% -
XYZ 11.81 14.96 20.35 -
YUV 101.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 64 116 121 0.47 0.04 0 0.53 185.26 0.31 0.36
Hex 40 74 79 2F 4 0 35 B9 1F 24
Octal 100 164 171 57 4 0 65 271 37 44
Binary 1000000 1110100 1111001 101111 100 0 110101 10111001 11111 100100

Color Harmonies of #407479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407479

Black with #407479

Text Example


Text Example

White with #407479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407479; }

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

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

background-color css

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

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

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

border-color css

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

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

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