#4D7470

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

Shades of William #4D7470

Tints of William #4D7470

Color information

#4D7470 (or 0x4D7470) is unknown color: approx William. HEX triplet: 4D, 74 and 70. RGB value is (77,116,112). Sum of RGB (Red+Green+Blue) = 77+116+112=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7470 is #B28B8F. Grayscale: #676767. Windows color (decimal): -11701136 or 7369805. OLE color: 7369805.

HSL color Cylindrical-coordinate representation of color #4D7470: hue angle of 173.85º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D7470 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB77116112-
CMYK0.3400.030.55
HSL173.85º20.21%37.84%-
HSV(B)173.85º33.62%45.49%-
XYZ12.2315.2417.63-
YUV103.88132.58108.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.25%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=25.25%
G=38.03%
B=36.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal771161120.3400.030.55173.8520.2137.84
Hex4D7470220337ae1426
Octal1151641604203672562446
Binary1001101111010011100001000100111101111010111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,116,112); }

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

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

 a { background-color: rgb(77,116,112); }

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

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

 span { border-color: rgb(77,116,112); }

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