#4F6A71

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

Shades of Tax Break #4F6A71

Tints of Tax Break #4F6A71

Color information

#4F6A71 (or 0x4F6A71) is unknown color: approx Tax Break. HEX triplet: 4F, 6A and 71. RGB value is (79,106,113). Sum of RGB (Red+Green+Blue) = 79+106+113=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F6A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6A71 is #B0958E. Grayscale: #626262. Windows color (decimal): -11572623 or 7432783. OLE color: 7432783.

HSL color Cylindrical-coordinate representation of color #4F6A71: hue angle of 192.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F6A71 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB79106113-
CMYK0.300.0600.56
HSL192.35º17.71%37.65%-
HSV(B)192.35º30.09%44.31%-
XYZ11.3613.1617.56-
YUV98.72136.05113.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.51%
GREEN value IS 106 (41.80% from 255) = 35.57%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=26.51%
G=35.57%
B=37.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791061130.300.0600.56192.3517.7137.65
Hex4F6A711E6038c01226
Octal1171521613660703002246
Binary1001111110101011100011111011001110001100000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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