#4D7270

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

Shades of William #4D7270

Tints of William #4D7270

Color information

#4D7270 (or 0x4D7270) is unknown color: approx William. HEX triplet: 4D, 72 and 70. RGB value is (77,114,112). Sum of RGB (Red+Green+Blue) = 77+114+112=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7270 is #B28D8F. Grayscale: #666666. Windows color (decimal): -11701648 or 7369293. OLE color: 7369293.

HSL color Cylindrical-coordinate representation of color #4D7270: hue angle of 176.76º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7270 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB77114112-
CMYK0.3200.020.55
HSL176.76º19.37%37.45%-
HSV(B)176.76º32.46%44.71%-
XYZ1214.7817.55-
YUV102.71133.24109.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.41%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=25.41%
G=37.62%
B=36.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal771141120.3200.020.55176.7619.3737.45
Hex4D7270200237b11325
Octal1151621604002672612345
Binary1001101111001011100001000000101101111011000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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