#4F7472

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

Shades of William #4F7472

Tints of William #4F7472

Color information

#4F7472 (or 0x4F7472) is unknown color: approx William. HEX triplet: 4F, 74 and 72. RGB value is (79,116,114). Sum of RGB (Red+Green+Blue) = 79+116+114=309 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.57% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7472 is #B08B8D. Grayscale: #686868. Windows color (decimal): -11570062 or 7500879. OLE color: 7500879.

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

Color convert

RGB79116114-
CMYK0.3200.020.55
HSL176.76º18.97%38.24%-
HSV(B)176.76º31.9%45.49%-
XYZ12.5115.3718.23-
YUV104.71133.24109.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.57%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=25.57%
G=37.54%
B=36.89%

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
Decimal791161140.3200.020.55176.7618.9738.24
Hex4F7472200237b11326
Octal1171641624002672612346
Binary1001111111010011100101000000101101111011000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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