#4F7271

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

Shades of William #4F7271

Tints of William #4F7271

Color information

#4F7271 (or 0x4F7271) is unknown color: approx William. HEX triplet: 4F, 72 and 71. RGB value is (79,114,113). Sum of RGB (Red+Green+Blue) = 79+114+113=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7271 is #B08D8E. Grayscale: #676767. Windows color (decimal): -11570575 or 7434831. OLE color: 7434831.

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

Color convert

RGB79114113-
CMYK0.3100.010.55
HSL178.29º18.13%37.84%-
HSV(B)178.29º30.7%44.71%-
XYZ12.2214.8917.85-
YUV103.42133.4110.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 113 (44.53% from 255) = 36.93%
R=25.82%
G=37.25%
B=36.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791141130.3100.010.55178.2918.1337.84
Hex4F72711F0137b21226
Octal1171621613701672622246
Binary10011111110010111000111111011101111011001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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