#407478

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

Shades of Ming #407478

Tints of Ming #407478

Color information

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

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

Color convert

RGB64116120-
CMYK0.470.0300.53
HSL184.29º30.43%36.08%-
HSV(B)184.29º46.67%47.06%-
XYZ11.7514.9420.03-
YUV100.91138.77101.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641161200.470.0300.53184.2930.4336.08
Hex4074782F3035b81e24
Octal1001641705730652703644
Binary1000000111010011110001011111101101011011100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407478; }

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

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

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

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

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

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

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

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