#4F7072

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

Shades of Tax Break #4F7072

Tints of Tax Break #4F7072

Color information

#4F7072 (or 0x4F7072) is unknown color: approx Tax Break. HEX triplet: 4F, 70 and 72. RGB value is (79,112,114). Sum of RGB (Red+Green+Blue) = 79+112+114=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F7072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7072 is #B08F8D. Grayscale: #666666. Windows color (decimal): -11571086 or 7499855. OLE color: 7499855.

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

Color convert

RGB79112114-
CMYK0.310.0200.55
HSL183.43º18.13%37.84%-
HSV(B)183.43º30.7%44.71%-
XYZ12.0614.4718.08-
YUV102.36134.57111.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791121140.310.0200.55183.4318.1337.84
Hex4F70721F2037b71226
Octal1171601623720672672246
Binary100111111100001110010111111001101111011011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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