Html Css Color HEX #407077 Ming

📋 copy color: '#407077'

red 64 ◦ green 112 ◦ blue 119

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

Shades of Ming #407077

Tints of Ming #407077

RGB

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

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

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

R = 21.69%
G = 37.97%
B = 40.34%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#407077 (or 0x407077) is known color: Ming. HEX triplet: 40, 70 and 77. RGB value is (64,112,119). Sum of RGB (Red+Green+Blue) = 64+112+119=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #407077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407077 is #BF8F88. Grayscale: #626262. Windows color (decimal): -12554121 or 7827520. OLE color: 7827520.

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

Color convert

RGB 64 112 119 -
CMYK 0.46 0.06 0 0.53
HSL 187.64º 0.3% 0.36% -
HSV(B) 187.64º 0.46% 0.47% -
XYZ 11.24 14.01 19.56 -
YUV 98.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 64 112 119 0.46 0.06 0 0.53 187.64 0.3 0.36
Hex 40 70 77 2E 6 0 35 BC 1E 24
Octal 100 160 167 56 6 0 65 274 36 44
Binary 1000000 1110000 1110111 101110 110 0 110101 10111100 11110 100100

Color Harmonies of #407077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407077

Black with #407077

Text Example


Text Example

White with #407077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407077; }

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

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

background-color css

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

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

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

border-color css

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

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

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