Html Css Color HEX #407377 Ming

📋 copy color: '#407377'

red 64 ◦ green 115 ◦ blue 119

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

Shades of Ming #407377

Tints of Ming #407377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.59%

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 21.48%
G = 38.59%
B = 39.93%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407377 (or 0x407377) is known color: Ming. HEX triplet: 40, 73 and 77. RGB value is (64,115,119). Sum of RGB (Red+Green+Blue) = 64+115+119=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #407377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407377 is #BF8C88. Grayscale: #646464. Windows color (decimal): -12553353 or 7828288. OLE color: 7828288.

HSL color Cylindrical-coordinate representation of color #407377: hue angle of 184.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407377 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 115 119 -
CMYK 0.46 0.03 0 0.53
HSL 184.36º 0.3% 0.36% -
HSV(B) 184.36º 0.46% 0.47% -
XYZ 11.57 14.68 19.68 -
YUV 100.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 64 115 119 0.46 0.03 0 0.53 184.36 0.3 0.36
Hex 40 73 77 2E 3 0 35 B8 1E 24
Octal 100 163 167 56 3 0 65 270 36 44
Binary 1000000 1110011 1110111 101110 11 0 110101 10111000 11110 100100

Color Harmonies of #407377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407377

Black with #407377

Text Example


Text Example

White with #407377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407377; }

 p { color: rgb(64,115,119); }

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

background-color css

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

 a { background-color: rgb(64,115,119); }

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

border-color css

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

 span { border-color: rgb(64,115,119); }

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