#4F6B71

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

Shades of Tax Break #4F6B71

Tints of Tax Break #4F6B71

Color information

#4F6B71 (or 0x4F6B71) is unknown color: approx Tax Break. HEX triplet: 4F, 6B and 71. RGB value is (79,107,113). Sum of RGB (Red+Green+Blue) = 79+107+113=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F6B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B71 is #B0948E. Grayscale: #636363. Windows color (decimal): -11572367 or 7433039. OLE color: 7433039.

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

Color convert

RGB79107113-
CMYK0.300.0500.56
HSL190.59º17.71%37.65%-
HSV(B)190.59º30.09%44.31%-
XYZ11.4613.3717.6-
YUV99.31135.72113.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.42%
GREEN value IS 107 (42.19% from 255) = 35.79%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=26.42%
G=35.79%
B=37.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791071130.300.0500.56190.5917.7137.65
Hex4F6B711E5038bf1226
Octal1171531613650702772246
Binary1001111110101111100011111010101110001011111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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