#4F6F71

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

Shades of Tax Break #4F6F71

Tints of Tax Break #4F6F71

Color information

#4F6F71 (or 0x4F6F71) is unknown color: approx Tax Break. HEX triplet: 4F, 6F and 71. RGB value is (79,111,113). Sum of RGB (Red+Green+Blue) = 79+111+113=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F6F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F71 is #B0908E. Grayscale: #656565. Windows color (decimal): -11571343 or 7434063. OLE color: 7434063.

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

Color convert

RGB79111113-
CMYK0.300.0200.56
HSL183.53º17.71%37.65%-
HSV(B)183.53º30.09%44.31%-
XYZ11.8914.2217.74-
YUV101.66134.4111.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.07%
GREEN value IS 111 (43.75% from 255) = 36.63%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=26.07%
G=36.63%
B=37.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791111130.300.0200.56183.5317.7137.65
Hex4F6F711E2038b81226
Octal1171571613620702702246
Binary100111111011111110001111101001110001011100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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