#4F7270

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

Shades of William #4F7270

Tints of William #4F7270

Color information

#4F7270 (or 0x4F7270) is unknown color: approx William. HEX triplet: 4F, 72 and 70. RGB value is (79,114,112). Sum of RGB (Red+Green+Blue) = 79+114+112=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7270 is #B08D8F. Grayscale: #676767. Windows color (decimal): -11570576 or 7369295. OLE color: 7369295.

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

Color convert

RGB79114112-
CMYK0.3100.020.55
HSL176.57º18.13%37.84%-
HSV(B)176.57º30.7%44.71%-
XYZ12.1714.8717.56-
YUV103.31132.9110.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=25.90%
G=37.38%
B=36.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791141120.3100.020.55176.5718.1337.84
Hex4F72701F0237b11226
Octal1171621603702672612246
Binary100111111100101110000111110101101111011000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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