#407874

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

Shades of Ming #407874

Tints of Ming #407874

Color information

#407874 (or 0x407874) is unknown color: approx Ming. HEX triplet: 40, 78 and 74. RGB value is (64,120,116). Sum of RGB (Red+Green+Blue) = 64+120+116=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #407874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407874 is #BF878B. Grayscale: #666666. Windows color (decimal): -12552076 or 7632960. OLE color: 7632960.

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

Color convert

RGB64120116-
CMYK0.4700.030.53
HSL175.71º30.43%36.08%-
HSV(B)175.71º46.67%47.06%-
XYZ11.9815.7818.94-
YUV102.8135.45100.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.33%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=21.33%
G=40%
B=38.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641201160.4700.030.53175.7130.4336.08
Hex4078742F0335b01e24
Octal1001701645703652603644
Binary1000000111100011101001011110111101011011000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407874; }

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

 H1.HeaderClassName
 {
   color: #407874;
 }
 .AnyTagClassName
 {
   color: #407874;
 }
</style>
background-color css

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

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

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

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

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

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