#4F7470

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

Shades of William #4F7470

Tints of William #4F7470

Color information

#4F7470 (or 0x4F7470) is unknown color: approx William. HEX triplet: 4F, 74 and 70. RGB value is (79,116,112). Sum of RGB (Red+Green+Blue) = 79+116+112=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7470 is #B08B8F. Grayscale: #686868. Windows color (decimal): -11570064 or 7369807. OLE color: 7369807.

HSL color Cylindrical-coordinate representation of color #4F7470: hue angle of 173.51º 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 #4F7470 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB79116112-
CMYK0.3200.030.55
HSL173.51º18.97%38.24%-
HSV(B)173.51º31.9%45.49%-
XYZ12.3915.3217.63-
YUV104.48132.24109.83-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=25.73%
G=37.79%
B=36.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791161120.3200.030.55173.5118.9738.24
Hex4F7470200337ae1326
Octal1171641604003672562346
Binary1001111111010011100001000000111101111010111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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