#4C686B

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

Shades of Tax Break #4C686B

Tints of Tax Break #4C686B

Color information

#4C686B (or 0x4C686B) is unknown color: approx Tax Break. HEX triplet: 4C, 68 and 6B. RGB value is (76,104,107). Sum of RGB (Red+Green+Blue) = 76+104+107=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C686B is #B39794. Grayscale: #5F5F5F. Windows color (decimal): -11769749 or 7039052. OLE color: 7039052.

HSL color Cylindrical-coordinate representation of color #4C686B: hue angle of 185.81º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C686B is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB76104107-
CMYK0.290.0300.58
HSL185.81º16.94%35.88%-
HSV(B)185.81º28.97%41.96%-
XYZ10.5812.515.76-
YUV95.97134.22113.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=26.48%
G=36.24%
B=37.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal761041070.290.0300.58185.8116.9435.88
Hex4C686B1D303Aba1124
Octal1141501533530722722144
Binary100110011010001101011111011101110101011101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,107); }

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

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

 a { background-color: rgb(76,104,107); }

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

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

 span { border-color: rgb(76,104,107); }

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