#4F7478

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

Shades of Ming #4F7478

Tints of Ming #4F7478

Color information

#4F7478 (or 0x4F7478) is unknown color: approx Ming. HEX triplet: 4F, 74 and 78. RGB value is (79,116,120). Sum of RGB (Red+Green+Blue) = 79+116+120=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F7478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7478 is #B08B87. Grayscale: #696969. Windows color (decimal): -11570056 or 7894095. OLE color: 7894095.

HSL color Cylindrical-coordinate representation of color #4F7478: hue angle of 185.85º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F7478 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB79116120-
CMYK0.340.0300.53
HSL185.85º20.6%39.02%-
HSV(B)185.85º34.17%47.06%-
XYZ12.8615.5120.09-
YUV105.39136.24109.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.08%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=25.08%
G=36.83%
B=38.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791161200.340.0300.53185.8520.639.02
Hex4F7478223035ba1527
Octal1171641704230652722547
Binary1001111111010011110001000101101101011011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F7478; }

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

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

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

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

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

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

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

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