#407377

Color #407377 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #407377

Tints of Ming #407377

Color information

#407377 (or 0x407377) is unknown color: approx 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

RGB64115119-
CMYK0.460.0300.53
HSL184.36º30.05%35.88%-
HSV(B)184.36º46.22%46.67%-
XYZ11.5714.6819.68-
YUV100.21138.6102.17-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641151190.460.0300.53184.3630.0535.88
Hex4073772E3035b81e24
Octal1001631675630652703644
Binary1000000111001111101111011101101101011011100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>