#4F7571

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

Shades of William #4F7571

Tints of William #4F7571

Color information

#4F7571 (or 0x4F7571) is unknown color: approx William. HEX triplet: 4F, 75 and 71. RGB value is (79,117,113). Sum of RGB (Red+Green+Blue) = 79+117+113=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #4F7571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7571 is #B08A8E. Grayscale: #696969. Windows color (decimal): -11569807 or 7435599. OLE color: 7435599.

HSL color Cylindrical-coordinate representation of color #4F7571: hue angle of 173.68º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F7571 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB79117113-
CMYK0.3200.030.54
HSL173.68º19.39%38.43%-
HSV(B)173.68º32.48%45.88%-
XYZ12.5715.5817.97-
YUV105.18132.41109.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.57%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=25.57%
G=37.86%
B=36.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal791171130.3200.030.54173.6819.3938.43
Hex4F7571200336ae1326
Octal1171651614003662562346
Binary1001111111010111100011000000111101101010111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,113); }

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

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

 a { background-color: rgb(79,117,113); }

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

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

 span { border-color: rgb(79,117,113); }

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